elz: (Default)
elz ([personal profile] elz) wrote2010-05-04 06:12 pm

So I can force myself to stop tinkering with it

I was playing around with the Tabula Rasa Plain layout and some custom CSS. Posting on the off-chance that it will be useful to someone.



body {
  background: #464646;
  font-family: Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, span.entry-poster {
  font-family: Gill Sans;
}

a, a:visited {
  color: #fff;
}

.inner a {
  color: #50707c;
}

/* MAIN PAGE HEADER */

#header h1, #header h2 {
  padding: 0em 0.5em;
  display: inline;
  color: #fff;
}

#header h2 {
  border-left: 1px solid #fff;
}

/* ENTRIES */

.entry {
  background: #fff; 
  padding: 1em;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-size: 0.9em;
}

.entry a:visited {
  color: #464646;
}

h3.entry-title {
  font-size 1.5em;
  padding: .5em 0;
  border-bottom: 3px solid #f7317c;
}

h3.entry-title a {
  color: #464646;
  text-decoration:none;
}

.entry-content {
  padding: 1em;
  line-height: 1.8em;
  width: 70%;
}

.entry div.userpic {
  padding: 0em 1em 1em 1em; 
  float: right;
}

.entry .datetime {
  font-size: 0.9em;
}

.entry div.footer a {
  color: #f7317c; 
}

/* SIDEBAR */

div.module-userprofile {
  text-align: center;
}

div.journal-name {
  display:none;
}

.module-section-one {
  font-size:.8em;
  background:#eee;
  padding: 1em;
}

.module-section-one a:visited {
  color:#464646;
}

ul.module-list {
  list-style-type:none;
}

.module-section-one h2, .module-section-one h2 a, .module-section-one h2 a:visited {
  text-align: left;
  background: #464646;
  color: #fff;
  text-decoration:none;
}

.module-section-one h2 {
  padding: .5em;
}




(Also, alas, I like the horizontal site schemes better, but Celerity seems to be the only one that doesn't shrink pre and code text way down. Readability trumps layout preference.)
green: raven (Default)

[personal profile] green 2010-05-04 10:16 pm (UTC)(link)
Ooh, pretty. I wish I could do that. (but I'm too lazy to learn)
green: raven (Default)

[personal profile] green 2010-05-04 10:27 pm (UTC)(link)
:D
juniperphoenix: Fire in the shape of a bird (Default)

[personal profile] juniperphoenix 2010-05-10 06:56 pm (UTC)(link)
Oooh, nifty! *experiments*