User:Segjin/monobook.css: Difference between revisions

From Wiki
Jump to navigation Jump to search
Segjin (talk | contribs)
No edit summary
Segjin (talk | contribs)
mNo edit summary
 
(224 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* make the background behind the content area and the tabs a light grey */
#column-content, #content, #column-one, #footer, #p-logo, #p-cactions {
#content, #content table
   float: none;
#p-cactions ul li a {  
  margin: 0 0 0 0;
   background: #f5f5f5;  
  padding: 0 0 0 0;
  position: static;
}
}


textarea {
#column-content {
   width: 100%;
   width: 100%;
  background: transparent none;
  margin-top: 3px;
}
#content {
  background: transparent none;
  line-height: 1.5em;
  z-index: 98;
  border: none;
}
#column-one {
  background: transparent none;
  padding: 10px 10px;
  width: 140px;
}
#p-cactions {
  height: 25px;
  text-align: left;
  z-index: 99;
}
}


/* stop background image from scrolling with content area */
#p-logo {
body {
  background-image: url(/images/main_castle.gif);
   background-attachment: fixed;  
   background-repeat: no-repeat;
  height: 101px;
  width: 100%;
}
}


/* replace the book in the background with something else */
#p-logo a, #p-logo a:hover {  
body {  
   display: none;
   background: white;  
}
}


/* changes the background of pre areas  */
#footer {
pre {
  border: none;
   background: white ;
   margin-bottom: 15px;
}
}


/* change the logo */
#footer, #column-content {
#p-logo a {  
   margin-right: 5px;
   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 */
#f-poweredbyico {
/* #p-logo {
  /*top: 0px;
  margin: 0 0 0 0;
  padding: 15px 15px 15px 15px;
  float: none;*/
   display: none;
   display: none;
}  
}
#column-one {  
 
   padding-top: 0;  
#globalWrapper {
} */
  width: 100%;
  margin: 0;
  padding: 0;
}
 
.visualClear {
  clear: both;
  background: transparent;
}
 
#toc, #toc tr, #toc tr td {
  border: none;
}
 
#toctitle {
  text-align: left;
}
 
body {  
   background-attachment: fixed;
  margin-right: 20px;
}
 
body, pre, table, #content, #footer, #toc,
#bodyContent, ul#filetoc, code  {
  background: black;
  color: #ccff99;
  font-family: "Arial";
 
}


/* suppress the person icon by your username */
/* suppress the person icon by your username */
Line 45: Line 99:
body, #globalWrapper {  
body, #globalWrapper {  
   font: inherit !important;  
   font: inherit !important;  
}
/* don't underline links */
:link {
  text-decoration: none;
}
}


Line 58: Line 107:
}
}


/* change background of unselected tabs */
pre {
#p-cactions ul li a {
  overflow: auto;
   background: #C7FDC7;  
}
 
/* Transform the user toolbar into a sidebox */
#p-personal {
  position: relative;
}
 
#p-personal .pBody {
  margin: 0 0.8em 0 0;
  padding: 0 0 0 0;
}
 
#p-personal ul {
  padding: 0;
  text-align: left;
  text-transform: none;
}
 
#p-personal li {
  display: list-item;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
 
#toctitle {
  padding: 3px 3px 3px 3px;
}
 
#preftoc li, #preftoc li.selected {
  border: none;
   background: transparent;
 
  line-height: 1.5em;
  list-style-type: none;
  list-style-image: none;
 
  text-align: right;
  font-size: 1.25em;
  font-family: "Monotype Corsiva" "Script MT Bold" "Arial";
}
 
#preftoc {
  margin-top: 1em;
  padding-top: 0pt;
}
}


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


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


/* tab bottom not removed on hover */
legend {
#p-cactions li a:hover {  
   font-size: 1.25em;
   z-index: 0;  
   border: none;
   text-decoration: none;  
}
}
#p-cactions li.selected a:hover {
 
   z-index: 3;  
fieldset, ul#filetoc {
  border: 1px solid #ccff99;
   margin-top: 0em;
}
}


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


#searchInput {
h1, h2, h3, h4, h5, legend {
   border: 1px inset !important;  
  color: #ccff99;
  font-weight: bold;
  font-family: "Monotype Corsiva" "Script MT Bold" "Arial";
   text-transform: capitalize;
}
}


/* standard link colors */
#toctitle h2 {
  font-size: 2em;
}


:link {
#p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 {
   color: #0000FF;  
  text-transform: capitalize;
  display: block;
  font-size: 20px;
  text-align: right;
  margin-right: 0px;
  border: none;
  padding: 7px 5px 5px 15px;
  background-image: url(http://www.addictmud.org/wiki/images/6/67/AddictDragon.png);
  background-repeat: no-repeat;
  background-position: center right;
   padding-right: 30px;
}
}
:link:visited {
 
   color: #7F007F;  
#p-personal, #p-navigation, #p-search, #p-tb {
  background: black;
   width: 100%;
}
}
:link:active, :link.new {
 
   color: #FF0000;  
#p-personal .pBody, #p-navigation .pBody, #p-search .pBody, #p-tb .pBody {
  background: transparent;
  border: none;
  margin-right: 0px;
   padding-right: 10px;
}
}
:link.interwiki, :link.external {
 
   color: #3366BB;  
#p-personal ul, #p-navigation ul, #p-search ul, #p-tb ul { 
  text-align: right;
  font-size: 11pt;
   font-family: "Monotype Corsiva" "Script MT Bold" "Arial";
}
}
:link.stub {
 
   color: #772233;  
#p-personal ul li, #p-navigation ul li, #p-search ul li, #p-tb ul li {
  line-height: 1.5em;
  list-style-type: none;
   list-style-image: none;
}
}


/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
#searchInput {  
pre {  
   border: 1px inset !important;  
   overflow: auto;  
}
}


#p-search .pBody {
  text-align: right;
}


/* Transform the user toolbar into a sidebox */
/* the page-related actions- page/talk, edit etc */
/*
#p-cactions .selected, #p-cactions ul li.selected a,
#p-personal {
#p-cactions li, #p-cactions li.selected, #p-cactions li.new {
   position:relative;
   background: transparent;
   z-index:3;
   border: none;
  width: 11.6em;
}
}
#p-cactions ul li a, #p-cactions li a, #p-cactions li.new a {
  background: transparent;
  border: none;


#p-personal .pBody {
  color: white;
   width: 10.7em;
  text-align: left;
  height: 11pt;
  font-size: 11pt;
  font-weight: normal;
  font-family: "Monotype Corsiva" "Script MT Bold" "Arial";
  text-transform: capitalize;
}
#prefcontrol {
  float: right;
  margin-top: 0;
}
#catlinks, pre {
  border: 1px solid #ccff99;
}
#catlinks {
   background: black;
  clear: both;
}
#pagehistory li, #pagehistory li.selected {
   border: none;
   border: none;
   margin: 0 0 0.1em 0em;
   background: transparent;
   float: none;
}
   overflow: hidden;
.toclevel-1 {
  font-size: 95%;
   border: 1px solid #ccff99;
  background: White;
   padding: 3px 3px 3px 3px;
}
#toctitle {
   border-collapse: collapse;
   border-collapse: collapse;
   border: 1px solid #aaaaaa;
   border: none;
   padding: 0.3em 0.8em 0.3em .5em;
}
#toggleSearch, #toggleSearch a {
  font-family: "Arial";
  font-size: 10pt;
   text-decoration: none;
  display: inline;
}
.firstHeading {
  font-size: 16pt;
  color: white;
  border: none;
}
 
#footerImage {
}
 
#p-personal ul li a:hover {
  background: black;
}
}


#p-personal ul {
#toggleSearch, #searchToggler {
  line-height: 1.5em;
   font-size: 7pt;
  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 {
#content {
  display: list-item;
  padding:0;
   margin: 0 0 0 0;
   margin: 0 0 0 0;
  margin-bottom: 0.1em;
}
}


/* diff */
table .diff, td .diff-otitle, td .diff-ntitle, td .diff-context,
td.diff-deletedline, td.diff-addedline {
  background: transparent;
}


#p-logo {  
td .diff-deletedline, td .diff-addedline, .diffchange {
   position: fixed;
   font-weight: bold;
  top: 0em;
}
}
#p-personal {
 
   position: fixed;
td .diff-deletedline {
  top: 11em;
   color: red;
}
}
#p-navigation {  
 
   position: fixed;
td .diff-addedline {
  top: 22em;
   color: green;
}
}
#p-support {  
 
   position: fixed;
.diffchange {
  top: 33em;
   color: blue;
}
}
#p-tb {  
 
   position: fixed;
.not-patrolled {
  top: 44em;
   background: transparent;
}
}
#p-search {  
 
   position: fixed;
#allmessagestable th, #allmessagestable tr.def, #allmessagestable tr.orig, #allmessagestable tr.new {
  top: 55em;
   background: transparent;
}
}


/*
#allmessagestable th {
#footer {  
   text-align: center;
   display: none;  
  font-size: 10pt;
}*/
}


*/
#allmessagestable tr.def td {
  background: transparent;
}


#allmessagestable tr.orig td {
  background: transparent;
}


#p-logo        { position:fixed; }
#allmessagestable tr.new td {
#p-personal     { position:fixed;  top:0em;}
  background: transparent;
#p-navigation  { position:fixed; top:8.5em; }
}
/* #p-goodies  { position:fixed; top:16.5em; } */
 
#p-support      { position:fixed;  top:23.5em; }
a, a:visited, a:active, a.stub,
#p-search      { position:fixed;  top:19.5em; }
a.new, a.interwiki,
#p-tb          { position:fixed;  top:24em; z-index:3; }
li a, li a:active, li a:visited,
/* #p-tbx      { position:fixed;  top:35em; z-index:3; } */
#p-personal li a, #p-personal li a.new,
#p-lang        { position:fixed; top:33em; z-index:3; }
#preftoc a, #preftoc a:active,
#footer        { display:none; }
#pbody ul li a,
#bodyContent a.external, a.external,
#p-cactions ul li a,
#p-cactions ul li.selected a, #p-cactions ul li.new a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
 
a:hover, a.stub:hover,
a.new:hover, a.interwiki:hover,
li a:hover,
#p-personal li a:hover, #p-personal li a.new:hover,
#preftoc a:hover,
#pbody ul li a:hover,
#bodyContent a.external:hover, a.external:hover {
  text-decoration: none;
}
 
a:visited,
a.new:visited,
#preftoc a:visisted,
#p-personal li a.new:visited,
#p-cactions ul li a:visited {
  color: white;
  font-weight: normal;
  text-decoration: none;
}

Latest revision as of 03:44, 19 January 2006

#column-content, #content, #column-one, #footer, #p-logo, #p-cactions {
   float: none;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   position: static;
}

#column-content {
   width: 100%;
   background: transparent none;
   margin-top: 3px;
}

#content {
   background: transparent none;
   line-height: 1.5em;
   z-index: 98;
   border: none;
}

#column-one { 
   background: transparent none;
   padding: 10px 10px;
   width: 140px;
}

#p-cactions {
   height: 25px;
   text-align: left;
   z-index: 99;
}

#p-logo {
   background-image: url(/images/main_castle.gif);
   background-repeat: no-repeat;
   height: 101px;
   width: 100%;
}

#p-logo a, #p-logo a:hover { 
   display: none;
}

#footer {
   border: none;
   margin-bottom: 15px;
}

#footer, #column-content {
   margin-right: 5px;
}

#f-poweredbyico {
   /*top: 0px;
   margin: 0 0 0 0;
   padding: 15px 15px 15px 15px;
   float: none;*/
   display: none;
}

#globalWrapper {
   width: 100%;
   margin: 0;
   padding: 0;
}

.visualClear {
   clear: both;
   background: transparent;
}

#toc, #toc tr, #toc tr td {
   border: none;
}

#toctitle {
   text-align: left;
}

body { 
   background-attachment: fixed; 
   margin-right: 20px;
}

body, pre, table, #content, #footer, #toc,
#bodyContent, ul#filetoc, code  { 
   background: black; 
   color: #ccff99;
   font-family: "Arial";
   
}

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

pre { 
   overflow: auto; 
}

/* Transform the user toolbar into a sidebox */
#p-personal {
   position: relative;
}

#p-personal .pBody {
   margin: 0 0.8em 0 0;
   padding: 0 0 0 0;
}

#p-personal ul {
   padding: 0;
   text-align: left;
   text-transform: none;
}

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

#toctitle {
   padding: 3px 3px 3px 3px;
}

#preftoc li, #preftoc li.selected {
   border: none;
   background: transparent;

   line-height: 1.5em;
   list-style-type: none;
   list-style-image: none;
   
   text-align: right;
   font-size: 1.25em;
   font-family: "Monotype Corsiva" "Script MT Bold" "Arial";
}

#preftoc {
   margin-top: 1em;
   padding-top: 0pt;
}

#preftoc li {
}

#preftoc li.selected {
}

legend {
   font-size: 1.25em;
   border: none;
}

fieldset, ul#filetoc {
   border: 1px solid #ccff99;
   margin-top: 0em;
}

fieldset, legend {
   background: transparent;
}

h1, h2, h3, h4, h5, legend {
   color: #ccff99;
   font-weight: bold;
   font-family: "Monotype Corsiva" "Script MT Bold" "Arial";
   text-transform: capitalize;
}

#toctitle h2 {
   font-size: 2em;
}

#p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 {
   text-transform: capitalize;
   display: block;
   font-size: 20px;
   text-align: right;
   margin-right: 0px;
   border: none;
   padding: 7px 5px 5px 15px;
   background-image: url(http://www.addictmud.org/wiki/images/6/67/AddictDragon.png);
   background-repeat: no-repeat;
   background-position: center right;
   padding-right: 30px;
}

#p-personal, #p-navigation, #p-search, #p-tb {
   background: black;
   width: 100%;
}

#p-personal .pBody, #p-navigation .pBody, #p-search .pBody, #p-tb .pBody {
   background: transparent;
   border: none;
   margin-right: 0px;
   padding-right: 10px;
}

#p-personal ul, #p-navigation ul, #p-search ul, #p-tb ul {  
   text-align: right;
   font-size: 11pt;
   font-family: "Monotype Corsiva" "Script MT Bold" "Arial";
}

#p-personal ul li, #p-navigation ul li, #p-search ul li, #p-tb ul li {
   line-height: 1.5em;
   list-style-type: none;
   list-style-image: none;
}

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

#p-search .pBody {
   text-align: right;
}

/* the page-related actions- page/talk, edit etc */
#p-cactions .selected, #p-cactions ul li.selected a,
#p-cactions li, #p-cactions li.selected, #p-cactions li.new {
   background: transparent;
   border: none;
}
#p-cactions ul li a, #p-cactions li a, #p-cactions li.new a {
   background: transparent;
   border: none;

   color: white;
   text-align: left;
   height: 11pt;
   font-size: 11pt;
   font-weight: normal;
   font-family: "Monotype Corsiva" "Script MT Bold" "Arial";
   text-transform: capitalize;
}
#prefcontrol {
   float: right;
   margin-top: 0;
}
#catlinks, pre {
   border: 1px solid #ccff99;
}
#catlinks {
   background: black;
   clear: both;
}
#pagehistory li, #pagehistory li.selected {
   border: none;
   background: transparent;
}
.toclevel-1 {
   border: 1px solid #ccff99;
   padding: 3px 3px 3px 3px;
}
#toctitle {
   border-collapse: collapse;
   border: none;
}
#toggleSearch, #toggleSearch a {
   font-family: "Arial";
   font-size: 10pt;
   text-decoration: none;
   display: inline;
}
.firstHeading {
   font-size: 16pt;
   color: white;
   border: none;
}

#footerImage {
}

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

#toggleSearch, #searchToggler {
   font-size: 7pt;
}

#content {
   margin: 0 0 0 0;
}

/* diff */
table .diff, td .diff-otitle, td .diff-ntitle, td .diff-context,
td.diff-deletedline, td.diff-addedline {
   background: transparent;
}

td .diff-deletedline, td .diff-addedline, .diffchange {
   font-weight: bold;
}

td .diff-deletedline {
   color: red;
}

td .diff-addedline {
   color: green;
}

.diffchange {
   color: blue;
}

.not-patrolled {
   background: transparent;
}

#allmessagestable th, #allmessagestable tr.def, #allmessagestable tr.orig, #allmessagestable tr.new {
   background: transparent;
}

#allmessagestable th {
   text-align: center;
   font-size: 10pt;
}

#allmessagestable tr.def td {
   background: transparent;
}

#allmessagestable tr.orig td {
   background: transparent;
}

#allmessagestable tr.new td {
   background: transparent;
}

a, a:visited, a:active, a.stub, 
a.new, a.interwiki,
li a, li a:active, li a:visited,
#p-personal li a, #p-personal li a.new,
#preftoc a, #preftoc a:active,
#pbody ul li a,
#bodyContent a.external, a.external,
#p-cactions ul li a,
#p-cactions ul li.selected a, #p-cactions ul li.new a {
   color: white;
   font-weight: normal;
   text-decoration: none;
}

a:hover, a.stub:hover, 
a.new:hover, a.interwiki:hover,
li a:hover,
#p-personal li a:hover, #p-personal li a.new:hover,
#preftoc a:hover,
#pbody ul li a:hover,
#bodyContent a.external:hover, a.external:hover {
   text-decoration: none;
}

a:visited,
a.new:visited,
#preftoc a:visisted,
#p-personal li a.new:visited,
#p-cactions ul li a:visited {
   color: white;
   font-weight: normal;
   text-decoration: none;
}