Sage Community Wiki
Sage Community Wiki
/*
 * Artificial Light - Sage Stylesheet
 */

html {
  height: 100%;
  background: -moz-linear-gradient(top left -80deg, #5F6978, #2C3138 700px, #2C3138);
  background-color: #2C3138;
  background-repeat: no-repeat;
}

body {
  font: 80% Verdana, Tahoma, Arial, sans-serif;
  color: Black;
  padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
  color: Black;
  clear: left;
  font: 100% Arial, sans-serif;
  margin: 0;
  padding-left: 0.5em;
}

h1 {
  font-size: 150%;
  border-bottom: none;
  text-align: right;
  font-weight: bold;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 120%;
  padding-left: 1.0em;
}

h4 {
  font-size: 110%;
  padding-left: 1.5em;
}

p {
  text-align: justify;
  line-height: 1.5em;
}

a {
  text-decoration: underline;
  color:#444499;
}

code,
blockquote,
pre {
  font-size: 120%;
  padding: 0.5em;
  border: 1px solid Black;
  color: Black;
  background-color: #A3ABB8;
}

li {
  margin-bottom: 1em;
}

#gallerycomment {
  text-align: center;
}

#rss-desc {
  font: 100% Times, serif;
  text-align: left;
  font-size: 18px;
  font-style: italic;
  margin-left: 10px;
  margin-top: 0px;
  color: #E8EAEC;
}

#rss-title {
  text-align: left;
  padding: 0px;
  width: 704px;
  text-decoration: none;
  border-bottom: 1px #C5CAD1 solid;
  font-size: 32px;
  margin-bottom: 12px;
}

#rss-title a {
  text-decoration: none;
  color: #C5CAD1;
}

#rss-link {
  text-decoration: none;
}

.item-pubDate {
  text-align: right;
  padding: 1px;
  font-size: smaller;
}

.item-technorati {
  margin-left: 4px;
  display: none;
}

.item-enclosure {
  margin-left: 4px;
  display: none;
}

.item-author {
  font: 110% Times, Georgia, serif;
  font-style: italic;
  margin-left: 8px;
}

.item-desc img {
  height: auto;
  max-width: 100%;
  padding: 1px;
}

.item-desc {
  margin-bottom: 2px;
  margin-right: 2px;
  margin-left: 2px;
  border: 1px solid #505A69;
  background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0.55) 25px, rgba(255,255,255,0.55) 70%, rgba(255,255,255,0.7));
  padding: 8px;
  text-align: left;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  overflow: auto;
}

.item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1em;
  margin-right: 12px;
  border: 1px solid #333A44;
  background: -moz-linear-gradient(-75deg, #549E8F, #6B7A94);
  padding: 1px;
  width: 700px;
  text-align: left;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
}

.item-title {
  padding: 6px;
  color: black;
  font-size:15px;
  font-weight: bold;
  text-align: left;
  text-decoration:none;
  background: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(255,255,255,0.5) 10%, rgba(255,255,255,0) 60%, rgba(0,0,0,0.3));
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
}

.item-title a {
  text-decoration: none;
  color: rgba(0,0,0,0.7)
}