MediaWiki:Monobook.css

From MFIWiki
(Difference between revisions)
Jump to: navigation, search
m
m
Line 18: Line 18:
  
 
a {
 
a {
   color: #99FFFF; // Color is an unnamed light blue
+
   color: #99FFFF; /* Color is an unnamed light blue*/
 
}
 
}
  
a:visited { color: #00CCFF; } // Color is an unnamed light blue
+
a:visited { color: #00CCFF; } /* Color is an unnamed light blue*/
a:active { color: #CCFFFF; } // Color is an unnamed light blue
+
a:active { color: #CCFFFF; } /* Color is an unnamed light blue*/
  
 
hr {
 
hr {
Line 77: Line 77:
  
 
.not-patrolled {
 
.not-patrolled {
     background-color: #a00000; // Color is an unnamed dark red
+
     background-color: #a00000; /* Color is an unnamed dark red*/
 
}
 
}
  
Line 116: Line 116:
  
  
#bodyContent a.external { color: #99FFFF; } // Color is an unnamed light blue
+
#bodyContent a.external { color: #99FFFF; } /* Color is an unnamed light blue*/
  
#bodyContent a.new { color: #EE2C2C; } // Color is Firebrick 2
+
#bodyContent a.new { color: #EE2C2C; } /* Color is Firebrick 2*/
  
 
#bodyContent a[href ^="http://"] {
 
#bodyContent a[href ^="http://"] {
Line 139: Line 139:
 
#preftoc li.selected  {
 
#preftoc li.selected  {
 
   background-color: black;
 
   background-color: black;
   border: 1px dashed #99FFFF; // Color is an unnamed light blue
+
   border: 1px dashed #99FFFF; /* Color is an unnamed light blue*/
 
}
 
}
  
Line 145: Line 145:
 
#preftoc a:active {
 
#preftoc a:active {
 
   display: block;
 
   display: block;
   color: #99FFFF; // Color is an unnamed light blue
+
   color: #99FFFF; /*Color is an unnamed light blue*/
 
}
 
}
  
Line 260: Line 260:
  
 
#p-personal li a {
 
#p-personal li a {
   color: #00EE76; //Color is Spring Green 2
+
   color: #00EE76; /*Color is Spring Green 2*/
 
}
 
}
  
 
#p-personal li a.new {
 
#p-personal li a.new {
   color: #FF5A5A; // Color is an unnamed bright red
+
   color: #FF5A5A; /* Color is an unnamed bright red*/
 
}
 
}
 
/* End section dealing with the list of links that include the login or logout page at the top of the page.*/
 
/* End section dealing with the list of links that include the login or logout page at the top of the page.*/
Line 281: Line 281:
 
/*#p-cactions li a {
 
/*#p-cactions li a {
 
   background: #000000;
 
   background: #000000;
     color: #00EE76; //Color is Spring Green 2
+
     color: #00EE76; /*Color is Spring Green 2*/
 
}*/
 
}*/
 
           /* new tabs start written by Hknapp */
 
           /* new tabs start written by Hknapp */
Line 291: Line 291:
 
   font-weight: bold;
 
   font-weight: bold;
 
   padding: 0 10px 0 10px;
 
   padding: 0 10px 0 10px;
   color: #00EE76; //Color is Spring Green 2
+
   color: #00EE76; /*Color is Spring Green 2*/
 
   -moz-border-radius-topleft: 20px;
 
   -moz-border-radius-topleft: 20px;
 
   -moz-border-radius-topright: 20px;
 
   -moz-border-radius-topright: 20px;
Line 301: Line 301:
  
 
#p-cactions ul li.selected a {
 
#p-cactions ul li.selected a {
   background: #666666; //Color is Gray 40
+
   background: #666666; /*Color is Gray 40*/
 
}  
 
}  
 
/* change border background of selected tabs */
 
/* change border background of selected tabs */
  
 
#p-cactions li.selected {
 
#p-cactions li.selected {
   border-color: #0000CC;  //Color is an unnamed dark blue
+
   border-color: #0000CC;  /*Color is an unnamed dark blue*/
 
}  
 
}  
 
/* tab bottom not removed on hover */
 
/* tab bottom not removed on hover */
Line 335: Line 335:
  
 
#allmessagestable th {
 
#allmessagestable th {
background-color: #8B8682; //Color is Seashell 4
+
background-color: #8B8682; /*Color is Seashell 4*/
 
}
 
}
  
 
#allmessagestable tr.orig {
 
#allmessagestable tr.orig {
background-color: #CD3700; //Color is Orange Red 3
+
background-color: #CD3700; /*Color is Orange Red 3*/
 
}
 
}
  
 
#allmessagestable tr.new {
 
#allmessagestable tr.new {
background-color: #5E2612; //Color is Sepia
+
background-color: #5E2612; /*Color is Sepia*/
 
}
 
}
  
 
#allmessagestable tr.def {
 
#allmessagestable tr.def {
background-color: #8B5A2B; //Color is Tan 4
+
background-color: #8B5A2B; /*Color is Tan 4*/
 
}
 
}
  
 
/* Diff stuff */
 
/* Diff stuff */
 
#pagehistory li.selected {
 
#pagehistory li.selected {
   background-color: #660000; //Color is Bloodred
+
   background-color: #660000; /*Color is Bloodred*/
 
}
 
}
  
 
td.diff-addedline {
 
td.diff-addedline {
     background: #385E0F; //Color is Terreverte
+
     background: #385E0F; /*Color is Terreverte*/
 
     font-size: smaller;
 
     font-size: smaller;
 
}
 
}
 
td.diff-deletedline {
 
td.diff-deletedline {
     background: #8A3324; //Color is Burnt Umber
+
     background: #8A3324; /*Color is Burnt Umber*/
 
     font-size: smaller;
 
     font-size: smaller;
 
}
 
}
 
td.diff-context {
 
td.diff-context {
     background: #303030; //Color is Gray 19
+
     background: #303030; /*Color is Gray 19*/
 
     font-size: smaller;
 
     font-size: smaller;
 
}
 
}
 
span.diffchange {
 
span.diffchange {
     color: #EED5D2; //Color is Misty Rose 2
+
     color: #EED5D2; /*Color is Misty Rose 2*/
 
     font-weight: bold;
 
     font-weight: bold;
 
}
 
}
Line 374: Line 374:
 
/* File TOC */
 
/* File TOC */
 
ul#filetoc {
 
ul#filetoc {
   background-color: #330000; //Color is Dark Cherry Red
+
   background-color: #330000; /*Color is Dark Cherry Red*/
 
}
 
}
  
Line 384: Line 384:
 
}
 
}
 
div.thumb div {
 
div.thumb div {
     border:1px solid #cccccc; //Color is Gray 80
+
     border:1px solid #cccccc; /*Color is Gray 80*/
 
     padding: 3px !important;
 
     padding: 3px !important;
     background-color:#333333; //Color is Gray 20
+
     background-color:#333333; /*Color is Gray 20*/
 
     font-size: 94%;
 
     font-size: 94%;
 
     text-align: center;
 
     text-align: center;
Line 392: Line 392:
 
}
 
}
 
div.thumb div a img {
 
div.thumb div a img {
     border:1px solid #cccccc; //Color is Gray 80
+
     border:1px solid #cccccc; /*Color is Gray 80*/
 
}
 
}
 
div.thumb div div.thumbcaption {
 
div.thumb div div.thumbcaption {

Revision as of 04:47, 16 January 2008

/* edit this file to customize the monobook skin for the entire site */

/*<pre><nowiki>*/
#content {
  background: Black;
  color: yellow;
}

body {
  background: #000000 url("http://images.maquis.com/core/background/redblack.jpg") 0px 0px;
  color: Yellow;
}
noarticletext { background: #000000; color: #00EE76; } // Color is Spring Green 2
table {
  background: black;
  color: yellow;
}

a {
  color: #99FFFF; /* Color is an unnamed light blue*/
}

a:visited { color: #00CCFF; } /* Color is an unnamed light blue*/
a:active { color: #CCFFFF; } /* Color is an unnamed light blue*/

hr {
  background-color: none;
}

h1, h2, h3, h4, h5, h6 {
  color: Yellow;
}

.firstHeading{
background-image: url("/images/c/c3/MFI-LCARS-Top4a.jpg");
background-repeat: no-repeat;
padding: 5px 0 62px 0;
vertical-align:top;
}

table {
  background: #000000;
  color: Yellow;
}

table.gallery {
  background-color: #000000;
}

/* div.gallerybox div.thumb { border: 1px solid #ccc; } */

table.gallery td {
  background-color: #000000;
  border: solid 2px black;
}

legend {
  background: black;
}

textarea {
  color: Yellow;
  background-color: #000000;
}

div.form {
  color: Yellow;
  background-color: #000000;
}

@media All {
  head:first-child+body input {
    color: Yellow;
    background-color: black;
  }
}

.not-patrolled {
    background-color: #a00000; /* Color is an unnamed dark red*/
}

code { 
  background-color: #000000; 
}

pre {
  color: Yellow;
  background-color: #000000;
}

#toc {
  background-color:#000000;
}

div.townBox {
  background-color: black;
}

table.diff { 
  background:#000000; 
}

td.diff-otitle { 
  background:#000000; 
}

td.diff-ntitle { 
  background:#000000; 
}

#bodyContent .plainlinks a {
  background: none !important;
  padding: 0;
}



#bodyContent a.external { color: #99FFFF; } /* Color is an unnamed light blue*/

#bodyContent a.new { color: #EE2C2C; } /* Color is Firebrick 2*/

#bodyContent a[href ^="http://"] {
    background:inherit !important;
    padding-right:inherit !important;
}


#catlinks { background-color: #000000;}

/* Start Preferences */
#preferences {
  background-color: #000000;
}

#preftoc li {
  border: none;
  background-color: #000000;
}
#preftoc li.selected  {
  background-color: black;
  border: 1px dashed #99FFFF; /* Color is an unnamed light blue*/
}

#preftoc a,
#preftoc a:active {
  display: block;
  color: #99FFFF; /*Color is an unnamed light blue*/
}

.prefsection table, .prefsection legend {
  background-color: #000000;
}

div.prefsectiontip {
  background-color: #440000;
}
/* End Preferences CSS */

.portlet h5 {
  background: #000000  url("http://images.maquis.com/backgrounds/Lcars_L-Blank2.jpg") 0px 0px;
  text-align: center;
  font-weight: bold;
  color: black;
}

.pBody {
  background: #000000 url("http://images.maquis.com/core/background/redblack.jpg") 0px 0px;
  border: 0px;}

.pBody li{
  background: #000000 url("http://images.maquis.com/backgrounds/Lcars_L-Blank3.jpg") 0px 0px;
  border: 0px;
  font-weight: bold;
  padding: 0 0 0 10px;
}

.pBody li a {
  color: #000000;
  text-align: center;
} 

#p-logo {
  height: 160px;
}

/* Begin section dealing with the block that contains the search buttons.*/

// old search info

input.searchButton {
  background-color: black;
}
// old search info

// new search info written by Hknapp
//** Search portlet


#p-search {

position: relative;

z-index: 3;

}

#p-search .pBody {

text-align: center;
background-color: #000000;
color: yellow;
}

input.searchButton {

margin-top: 1px;

font-size: 95%;

}

#searchGoButton {

padding-left: .5em;

padding-right: .5em;

font-weight: bold;

background-color: #000000;
color: #yellow;

}

#searchInput {

width: 10.9em;

margin: 0;

font-size: 95%;

}

#p-search .pBody {

padding: .5em .4em .4em .4em;

}

// new search info 
/* End section dealing with the block that contains the search buttons.*/


/* Begin section dealing with the list of links that include the login or logout page at the top of the page.*/

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

#p-personal li a {
  color: #00EE76; /*Color is Spring Green 2*/
}

#p-personal li a.new {
  color: #FF5A5A; /* Color is an unnamed bright red*/
}
/* End section dealing with the list of links that include the login or logout page at the top of the page.*/

/*Begin section dealing with the list of tabs above the main content*/

        /* editing tabs start*/
#p-cactions li {
    background-color: black;
}

#p-cactions .new a {
	color: #FF5A5A;
}

/*#p-cactions li a {
  background: #000000;
    color: #00EE76; /*Color is Spring Green 2*/
}*/
           /* new tabs start written by Hknapp */
/* change background of unselected tabs */

#p-cactions ul li a {
  background: #orange;
  border: 0px;
  font-weight: bold;
  padding: 0 10px 0 10px;
  color: #00EE76; /*Color is Spring Green 2*/
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-bottomright: 30px;
}

/* change background of selected tabs */

#p-cactions ul li.selected a {
  background: #666666; /*Color is Gray 40*/
} 
/* change border background of selected tabs */

#p-cactions li.selected {
  border-color: #0000CC;  /*Color is an unnamed dark blue*/
} 
/* tab bottom not removed on hover */

#p-cactions li a:hover {
  background-color: black;
  color: yellow;
  z-index: 0; 
  text-decoration: none; 
} 
#p-cactions li.selected a:hover {
  z-index: 3; 
}


             /* new tabs end */

           /* editing tabs end */

/*End section dealing with the list of tabs above the main content*/

#footer {
    background-color: black;
}


/* Allmessages table */

#allmessagestable th {
	background-color: #8B8682; /*Color is Seashell 4*/
}

#allmessagestable tr.orig {
	background-color: #CD3700; /*Color is Orange Red 3*/
}

#allmessagestable tr.new {
	background-color: #5E2612; /*Color is Sepia*/
}

#allmessagestable tr.def {
	background-color: #8B5A2B; /*Color is Tan 4*/
}

/* Diff stuff */
#pagehistory li.selected {
  background-color: #660000; /*Color is Bloodred*/
}

td.diff-addedline {
    background: #385E0F; /*Color is Terreverte*/
    font-size: smaller;
}
td.diff-deletedline {
    background: #8A3324; /*Color is Burnt Umber*/
    font-size: smaller;
}
td.diff-context {
    background: #303030; /*Color is Gray 19*/
    font-size: smaller;
}
span.diffchange {
    color: #EED5D2; /*Color is Misty Rose 2*/
    font-weight: bold;
}

/* File TOC */
ul#filetoc {
  background-color: #330000; /*Color is Dark Cherry Red*/
}

/* thumbnails */
div.thumb {
    margin-bottom: 0.5em;
    border-style: solid; border-color: Black;
    width: auto;
}
div.thumb div {
    border:1px solid #cccccc; /*Color is Gray 80*/
    padding: 3px !important;
    background-color:#333333; /*Color is Gray 20*/
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    border:1px solid #cccccc; /*Color is Gray 80*/
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4;
    padding: 0.3em 0 0.1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
    margin-right:0.5em;
    border-width: 0.5em 1.4em 0.8em 0;
}

.urlexpansion,
.hiddenStructure {
    display: none;
}
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }

}

// Login Stuff
#content {
  background-color: #000000;
}

div#userloginForm form,
div#userlogin form#userlogin2 {
  background-color: #000000;
}

div#userloginForm table,
div#userlogin form#userlogin2 table {
  background-color: #000000;
}

/*</nowiki></pre>*/
Personal tools