Header

From Tearsofblood

(Difference between revisions)
m
m
Line 48: Line 48:
/*Sidebar*/
/*Sidebar*/
-
#column-one { padding-top: 0px;
+
#column-one {
 +
    padding-top: 0px;
     left: 0;
     left: 0;
     top: 177px;
     top: 177px;
Line 74: Line 75:
/*Grey Boxes*/
/*Grey Boxes*/
-
/*
 
pre {
pre {
     border: 1px dashed #A67442;
     border: 1px dashed #A67442;
     color: #A67442;
     color: #A67442;
-
     background-color: #202020;
+
     /* background-color: #202020; */
}
}
-
*/
 
</style>
</style>

Revision as of 01:32, 19 June 2007

<style type="text/css">

/*Main Window -- Parchment Area*/

  1. content, #footer, .pBody {
   background: url("/images/tearsofblood/3/39/Bg-parchment-light.gif") white;
   border: 1px solid #A67442;

}

  1. globalWrapper {
   width: 800px;
   margin: 0 auto;
   padding: 0 5px;
   background: url("/images/tearsofblood/2/28/Bg-parchment-dark.gif") white;

}

/*Background; and setting width*/ body {

   font: x-small sans-serif;
   background: black;

}

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

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

}

/*View*/

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

}

/*User Bar*/

  1. p-personal {
   /* background: white; */
   /* border: 1px solid orange; */
   position: absolute;
   width: 800px;
   top: 0;
   left: auto;
   margin: 0 auto;
   padding: 0;

}

/*Grey Boxes*/ pre {

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

} </style>

Personal tools