Header

From Tearsofblood

(Difference between revisions)
m
m
Line 11: Line 11:
     font: x-small sans-serif;
     font: x-small sans-serif;
     background: #202020;
     background: #202020;
-
     padding: 160px, 0.2em;
+
     padding: 174px, 0.2em;
}
}
.pBody {
.pBody {
Line 31: Line 31:
/*View - Leather*/
/*View - Leather*/
#p-cactions {
#p-cactions {
-
     top: 0px;
+
     top: 14px;
     left: 166px;
     left: 166px;
}
}
Line 37: Line 37:
/*user bar */
/*user bar */
#p-personal {
#p-personal {
-
     left: 150px;
+
     left: 166px;
-
    background: #CC0000
+
}
}
#p-personal li {
#p-personal li {

Revision as of 17:05, 14 June 2007

<style type="text/css">

/*Main Window -- Parchment*/

  1. content, #footer {
   background: url("Mainbg.gif");
   border: 1px solid #a67442;

}

/*Background - Rust; and setting width*/ body {

   font: x-small sans-serif;
   background: #202020;
   padding: 174px, 0.2em;

} .pBody {

   background: transparent;

}

/*Headers*/ h1, h2, h3, h4, h5, h6 {

   font-family: Times, "Times New Roman", serif;

}

/*Sidebar - Leather*/

  1. column-one { padding-top: 0px;
   left: 0;
   top: 177px;
   background: url("Mainbg.gif");

}

/*View - Leather*/

  1. p-cactions {
   top: 14px;
   left: 166px;

}

/*user bar */

  1. p-personal {
   left: 166px;

}

  1. p-personal li {
   background: black;

}

/*Grey Boxes*/ pre {

   padding: 1em;
   border: 1px dashed #a67442;
   color: #a67442;
   background-color: #262320;
   line-height: 1.1em;

} </style>

Personal tools