Sha256: 379cd2fd8407d2acd47106e13140e9768dcf7caccab21f12bfa1c32710444cc6

Contents?: true

Size: 1.66 KB

Versions: 5

Compression:

Stored size: 1.66 KB

Contents

body {
  background-color:  #FFFFFF;
  font-family:       "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
}

a {
  color:             #758A5B;
  text-decoration:   none;
}

label {
  font-weight:       bold;
}

#header {
  background: #98AC81;
}

#header h1 {
  font-size:         18px;
  text-transform:    uppercase;
  color: #3A2315;
}

#header p {
  color:             #5E422D;
  text-transform:    uppercase;
}

#header #subtitle {
  font-size:         10px;
  font-style:        italic;
}

#menu {
  background-color:  #BEAD97;
  border-bottom:     1px solid #5E422D;
  border-top:        1px solid #DAD2C1;
  line-height:       normal;
}

#menu li a {
  color:             #542C06;
}

#posts h2 {
  color:             #485F2F;
  font-size:         18px;
}

div.post {
  background : url('/images/postbg.gif') no-repeat top left;
  color: #3A2315;
}

div.post div.postbody {
  font-size: 14px;
  line-height: 1.25em;
}

div.post div.postbody ul {
  list-style:        disc;
}

div.post div.postbody ol {
  list-style-type: decimal;
}


div.post ul.postdata li {
  font-size:         12px;
}

#sidebar {
  border-left:       1px solid #DAD2C1;
}

#sidebar h2 {
  color: #485F2F;
  font-size: 16px;
  text-decoration:   underline;
}





/* I haven't tweaked these yet */
input[type=text], input[type=password], textarea { 
  border:            1px solid #666; 
  border-bottom:     1px solid #ccc;
  border-right:      1px solid #ccc;
  margin-bottom:     .5em;
  padding-left:      3px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  border:            1px solid #C0BC4B;
  background:        #ffffee
}

#newstable th {
  text-align: left;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
EliteJournal-1.9.400 public/stylesheets/ej-style.css
EliteJournal-1.9.401 public/stylesheets/ej-style.css
EliteJournal-1.9.403 public/stylesheets/ej-style.css
EliteJournal-1.9.480 public/stylesheets/ej-style.css
EliteJournal-1.9.492 public/stylesheets/ej-style.css