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 2: Line 2:
#content, #content table
#content, #content table
#p-cactions ul li a {  
#p-cactions ul li a {  
   background: #f5f5f5;  
   background: #f5f5f5;
}
}
/*
#column-content {
  width: 100%;
  float: right;
  margin: 0 0 0.6em -12.2em;
  padding:0;
  background: transparent none;
}
#content {
  margin: 2.8em 0 0 12.2em;
  padding: 0em 1em 1.5em 1em;
  background: white none;
  border: 1px solid #aaaaaa;
  line-height: 1.5em;
  position: relative;
  z-index: 2;
  border-bottom-style: ridge;
  border-bottom-width: 3px;
  border-right-style: ridge;
  border-right-width: 3px;
}
#column-one {
  padding-top: 160px;
  background: transparent none;
}
*/


textarea {
textarea {
Line 44: Line 16:
/* replace the book in the background with something else */
/* replace the book in the background with something else */
body {  
body {  
   background: black;  
   background: white;  
}
}


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


Line 75: Line 47:
body, #globalWrapper {  
body, #globalWrapper {  
   font: inherit !important;  
   font: inherit !important;  
}
/* don't underline links */
:link {
  text-decoration: none;
}
}


Line 122: Line 89:
}
}


/* standard link colors */
/* don't underline links */
 
:link {  
a:link {  
   text-decoration: none;  
   color: white;  
}
}
a:link:visited {  
#p-personal ul li a:hover {
   color: white;  
   text-decoration: underline;
}
}
a:link:active, a:link.new {
 
  color: white;
/* standard link colors */
}
a, a:visited, a:active, a.new, a.interwiki, a.external, a.stub,
a:link.interwiki, a:link.external {
#p-personal ul li a, #p-personal ul li a.new {
  color: white;
   color: red;  
}
a:link.stub {  
   color: #772233;  
}
}


Line 161: Line 124:
   overflow: hidden;
   overflow: hidden;
   font-size: 95%;
   font-size: 95%;
   background: White;
   background: white;
   border-collapse: collapse;
   border-collapse: collapse;
   border: 1px solid #aaaaaa;
   border: 1px solid #aaaaaa;
Line 168: Line 131:


#p-personal ul {
#p-personal ul {
  line-height: 1.5em;
  list-style-type: square;
  list-style-image: url("/style/monobook/bullet.gif");
   font-size: 95%;
   font-size: 95%;
   margin: 0 0 0 1.5em;
   margin: 0 0 0 1.5em;
Line 192: Line 151:


#p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 {
#p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 {
   color: white;
   color: green;
   font-weight: bold;
   font-weight: bold;
   font-size: 20px;
   font-size: 20px;
Line 200: Line 159:
#p-personal .pBody, #p-navigation .pBody, #p-search .pBody, #p-tb .pBody {
#p-personal .pBody, #p-navigation .pBody, #p-search .pBody, #p-tb .pBody {
   border: 0px;
   border: 0px;
   background: black;
   background: white;
}
}


Line 209: Line 168:
   text-align: right;
   text-align: right;


  color: white;
   font-size: 14px;
   font-size: 14px;
   font-family: "Script MT Bold" "Arial";
   font-family: "Script MT Bold" "Arial";
Line 216: Line 174:


#p-personal a, #p-navigation a, #p-search a, #p-tb a {
#p-personal a, #p-navigation a, #p-search a, #p-tb a {
  color: white;
}
}



Revision as of 02:17, 1 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 { 
   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; 
}

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

/* don't underline links */
:link { 
   text-decoration: none; 
}
#p-personal ul li a:hover {
   text-decoration: underline;
}

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

/* 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.8em;
   border: none;
   margin: 0 0 0.5em 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 {
   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 {
   display: block;
}


#p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 {
   color: green;
   font-weight: bold;
   font-size: 20px;
   font-family: "Script MT Bold" "Arial";
}

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

#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 a, #p-navigation a, #p-search a, #p-tb a {
}

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

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