Header

From Tearsofblood

(Difference between revisions)
m
m
Line 14: Line 14:
}
}
.pBody {
.pBody {
-
     background: transparent;
+
     background: url("http://tearsofblood.editthis.info/images/tearsofblood/0/0d/Mainbg.gif");
}
}
Line 25: Line 25:
/*Links*/
/*Links*/
-
#bodyContent a.new, #bodyContent a.bew:visited, #bodyContent a.new:active {
+
#bodyContent a, #bodyContent a:visited, #bodyContent a:active {
 +
    color: black; border-bottom: 1px solid #002BB8;
 +
}
 +
#bodyContent a:hover {
 +
    color: #002BB8; border-bottom: 1px solid #002BB8;
 +
}
 +
#bodyContent a.new, #bodyContent a.new:visited, #bodyContent a.new:active {
     color: black; border-bottom: 1px solid #CC2200;
     color: black; border-bottom: 1px solid #CC2200;
}
}
Line 42: Line 48:
     left: 0;
     left: 0;
     top: 177px;
     top: 177px;
-
     background: url("http://tearsofblood.editthis.info/images/tearsofblood/0/0d/Mainbg.gif");
+
     background: transparent;
}
}

Revision as of 19:15, 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: url("Mainbg.gif");

}

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

   font-family: Times, "Times New Roman", serif;
   border-bottom: none;
   font-weight: bold;

}

/*Links*/

  1. bodyContent a, #bodyContent a:visited, #bodyContent a:active {
   color: black; border-bottom: 1px solid #002BB8;

}

  1. bodyContent a:hover {
   color: #002BB8; border-bottom: 1px solid #002BB8;

}

  1. bodyContent a.new, #bodyContent a.new:visited, #bodyContent a.new:active {
   color: black; border-bottom: 1px solid #CC2200;

}

  1. bodyContent a.new:hover {
   color: #CC2200; border-bottom: 1px solid #CC2200;

}

  1. bodyContent a.external, #bodyContent a.external:visited, #bodyContent a.external:active {
   color: black; border-bottom: 1px solid #3366BB;

}

  1. bodyContent a.external:hover {
   color: #3366BB; border-bottom: 1px solid #3366BB;

}

/*Sidebar - Leather*/

  1. column-one { padding-top: 0px;
   left: 0;
   top: 177px;
   background: transparent;

}

/*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 {

   border: 1px dashed #A67442;
   color: #A67442;
   background-color: #202020;

} </style>

Personal tools