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 117: Line 117:


/* Transform the user toolbar into a sidebox */
/* Transform the user toolbar into a sidebox */
/*
#p-personal {
#p-personal {
   position:relative;
   position: relative;
   z-index:3;
   z-index: 3;
   width: 11.6em;
   width: 11.6em;
  padding-bottom: 6px;
}
}


Line 153: Line 153:
   margin: 0 0 0 0;
   margin: 0 0 0 0;
   margin-bottom: 0.1em;
   margin-bottom: 0.1em;
}
#p-personal .h5, #p-navigation h5, #p-search h5, #p-tb h5 {
  font-weight: bold;
}
#p-personal .pBody, #p-navigation .pBody, #p-search .pBody, #p-tb .pBody {
  border: 0px;
}
}




#p-logo {  
#p-logo {  
  position: fixed;
  top: 0em;
}
}
#p-personal {
#p-personal {
  position: fixed;
  top: 11em;
}
}
#p-navigation {  
#p-navigation {  
  position: fixed;
  top: 22em;
}
}
#p-support {  
#p-support {  
  position: fixed;
  top: 33em;
}
}
#p-tb {  
#p-tb {  
  position: fixed;
  top: 44em;
}
}
#p-search {  
#p-search {  
  position: fixed;
  top: 55em;
}
}


Line 185: Line 182:
   display: none;  
   display: none;  
}*/
}*/
*/
#p-logo        { position:fixed; }
#p-personal    { position:fixed;  top:0em;}
#p-navigation  { position:fixed;  top:8.5em; }
/* #p-goodies  { position:fixed;  top:16.5em; } */
#p-support      { position:fixed;  top:23.5em; }
#p-search      { position:fixed;  top:19.5em; }
#p-tb          { position:fixed;  top:24em; z-index:3; }
/* #p-tbx      { position:fixed;  top:35em; z-index:3; } */
#p-lang        { position:fixed;  top:33em; z-index:3; }
#footer        { display:none; }

Revision as of 03:04, 31 October 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 { 
   background: white; 
}

/* changes the background of pre areas  */
pre { 
   background: white ;
}

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

/* don't underline links */
:link { 
   text-decoration: none; 
}

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

/* standard link colors */

:link { 
   color: #0000FF; 
}
:link:visited { 
   color: #7F007F; 
}
:link:active, :link.new { 
   color: #FF0000; 
}
:link.interwiki, :link.external { 
   color: #3366BB; 
}
:link.stub { 
   color: #772233; 
}

/* 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;
   z-index: 3;
   width: 11.6em;
   padding-bottom: 6px;
}

#p-personal .pBody {
   width: 10.7em;
   border: none;
   margin: 0 0 0.1em 0em;
   float: none;
   overflow: hidden;
   font-size: 95%;
   background: White;
   border-collapse: collapse;
   border: 1px solid #aaaaaa;
   padding: 0.3em 0.8em 0.3em .5em;
}

#p-personal ul {
   line-height: 1.5em;
   list-style-type: square;
   list-style-image: url("/style/monobook/bullet.gif");
   font-size:95%;
   margin: 0 0 0 1.5em;
   padding:0;
   text-align:left;
   text-transform: none;
}

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


#p-personal .h5, #p-navigation h5, #p-search h5, #p-tb h5 {
   font-weight: bold;
}

#p-personal .pBody, #p-navigation .pBody, #p-search .pBody, #p-tb .pBody {
   border: 0px;
}


#p-logo { 
}
#p-personal {
}
#p-navigation { 
}
#p-support { 
}
#p-tb { 
}
#p-search { 
}

/*
#footer { 
   display: none; 
}*/