User:Segjin/monobook.css: Difference between revisions

From Wiki
Jump to navigation Jump to search
Segjin (talk | contribs)
No edit summary
Segjin (talk | contribs)
No edit summary
Line 68: Line 68:


/* tab bottom not removed on hover */
/* tab bottom not removed on hover */
/*
#p-cactions li a:hover {  
#p-cactions li a:hover {  
   z-index: 0;  
   z-index: 0;  
Line 75: Line 76:
   z-index: 3;  
   z-index: 3;  
}
}
*/


/* style the search box and the buttons below it */
/* style the search box and the buttons below it */
Line 98: Line 100:


#p-personal .pBody {
#p-personal .pBody {
   /*border: none;*/
   /*
   margin: 0 0 0.5em 0em;
   margin: 0.5em 0.5em 0.5em 0.5em;
   float: none;
   float: none;
   overflow: hidden;
   overflow: visible; */
  font-size: 95%;
   padding: 0.3em 0.8em 0.3em 0;
   padding: 0.3em 0.8em 0.3em 0;
}
}


#p-personal ul {
#p-personal ul {
   font-size: 95%;
   /* font-size: 95%; */
   padding: 0 0 0 0;
   padding: 0;
   text-align: left;
   text-align: left;
   text-transform: none;
   text-transform: none;
Line 120: Line 121:


#p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 {
#p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 {
  line-height: 1.25em;
  vertical-align: middle;


   display: block;
   display: block;
Line 132: Line 136:
   padding-right: 0.5em;
   padding-right: 0.5em;
   margin-right: 0px;
   margin-right: 0px;
  border: none;
}
}


Line 154: Line 160:
}
}


#p-logo {  
#p-personal ul li, #p-navigation ul li, #p-search ul li, #p-tb ul li {
  line-height: 1.5em;
}
}
#p-personal {
 
 
a, #p-personal ul li a {
  text-decoration: none;
  font-weight: normal;
  color: red;
}
}
#p-navigation {  
 
a:hover, #p-personal ul li a:hover {
  color: #cccc99;
  text-decoration: underline;
}
}
#p-support {
 
}
#p-personal ul li a:hover {
#p-tb {  
  background: black;
}
#p-search {
}
}


/*
/*
#footer {
a, a:link, a:visited, #p-personal ul li {  
  display: none;
}*/
 
 
/* don't underline links */
a, a:link, a:visited {  
   text-decoration: none;
   text-decoration: none;
   font-weight: normal;
   font-weight: normal;
Line 180: Line 187:
}
}


a:hover {
a:hover, #p-personal ul li a:hover {
   color: blue;
   color: blue;
}
}
Line 188: Line 195:
   font-weight: normal;  
   font-weight: normal;  
   color:red;
   color:red;
}
/*
:hover, #p-personal ul li a:however {
  text-decoration: underline;
  color: #cccc99;
  font-weight: bold;
}
/* standard link colors */
a, a:visited, a:active, a.new, a.interwiki, a.external, a.stub,
#p-personal ul li a, #p-personal ul li a.new {
  color: white;
}
#p-personal ul li a:however.new{
  color: blue;
}
}
*/
*/

Revision as of 22:56, 3 November 2005

/* make the background behind the content area and the tabs a light grey */
#content, #content table
#p-cactions ul li a { 
   background: #f5f5f5;
}

textarea {
   width: 100%;
}

/* stop background image from scrolling with content area */
body { 
   background-attachment: fixed; 
}

/* replace the book in the background with something else */
body, pre { 
   background: black; 
   color: #cccc99;
}


/* change the logo */
/*
#p-logo a { 
   background: url(http://www.addictmud.org/images/main_castle.gif) 35% 50% no-repeat !important; 
}
*/

/* don't use any logo, move the boxes onto that area instead */
/* #p-logo { 
   display: none;
} 
#column-one { 
   padding-top: 0; 
} */

/* suppress the person icon by your username */
li#pt-userpage { 
   background: none 
}

/* use browser prefs for text size and font */
body, #globalWrapper { 
   font: inherit !important; 
}

/* display body content */
div#bodyContent {
   width: 100%;
   line-height: 105%;
}

/* change background of unselected tabs */
#p-cactions ul li a {
   background: #C7FDC7; 
}

/* change background of selected tabs */
#p-cactions ul li.selected a { 
   background: white; 
}

/* change border background of selected tabs */
#p-cactions li.selected { 
   border-color: #aaaaaa; 
}

/* tab bottom not removed on hover */
/*
#p-cactions li a:hover { 
   z-index: 0; 
   text-decoration: none; 
}
#p-cactions li.selected a:hover { 
   z-index: 3; 
}
*/

/* style the search box and the buttons below it */
input.searchButton {
   background-color: #efefef !important;
   border: 1px outset !important;  
}

#searchInput { 
   border: 1px inset !important; 
}

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { 
   overflow: auto; 
}

/* Transform the user toolbar into a sidebox */

#p-personal {
   position: relative;
}

#p-personal .pBody {
   /*
   margin: 0.5em 0.5em 0.5em 0.5em;
   float: none;
   overflow: visible; */
   padding: 0.3em 0.8em 0.3em 0;
}

#p-personal ul {
   /* font-size: 95%; */
   padding: 0;
   text-align: left;
   text-transform: none;
}

#p-personal li {
   display: list-item;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
}

#p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 {

   line-height: 1.25em;
   vertical-align: middle;

   display: block;

   color: #cccc99;
   font-weight: bold;
   font-size: 20px;
   font-family: "Script MT Bold" "Arial";
   text-transform: capitalize;
   
   text-align: right;
   padding-right: 0.5em;
   margin-right: 0px;

   border: none;
}

#p-personal, #p-navigation, #p-search, #p-tb {
   background: black;
   width: 11.5em;
}

#p-personal .pBody, #p-navigation .pBody, #p-search .pBody, #p-tb .pBody {
   background: black;
   border: none;
}

#p-personal ul, #p-navigation ul, #p-search ul, #p-tb ul {
   line-height: 1.5em;
   list-style-type: none;
   list-style-image: none;
   
   text-align: right;
   font-size: 14px;
   font-family: "Script MT Bold" "Arial";
}

#p-personal ul li, #p-navigation ul li, #p-search ul li, #p-tb ul li {
   line-height: 1.5em;
}


a, #p-personal ul li a {
   text-decoration: none;
   font-weight: normal;
   color: red; 
}

a:hover, #p-personal ul li a:hover {
   color: #cccc99;
   text-decoration: underline;
}

#p-personal ul li a:hover {
   background: black;
}

/*
a, a:link, a:visited, #p-personal ul li { 
   text-decoration: none;
   font-weight: normal;
   color: red; 
}

a:hover, #p-personal ul li a:hover {
   color: blue;
}

a:active {
   text-decoration: none;
   font-weight: normal; 
   color:red;
}
*/