MediaWiki:Monobook.css

From Cometwiki

(Difference between revisions)
(new)
(wookiepedia)
Line 1: Line 1:
-
/***** Edit this file to customize the monobook skin for the entire site. *****/
+
/* <pre><nowiki>
 +
*/
-
/* See also: [[MediaWiki:Common.css]] (non-Monobook specific information) */
+
/* NON MONOBOOK SPECIFIC STUFF TO BE MOVED TO [[MediaWiki:Common.css]]! */
-
/*<pre><nowiki>*/
+
/* Display text below main article header, located at MediaWiki:tagline */
 +
#siteSub
 +
{
 +
    display: inline;
 +
    font-size: 0.9em;
 +
    font-weight: normal;
 +
    font-style: italic;
 +
}
-
/*** Bold 'edit this page' link to encourage newcomers ***/
+
/* rounded corners - Mozilla/Firefox only */
-
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
+
.pBody
-
  background: url(http://images.wikia.com/halofanon/images/b/b5/USERICON.jpg) top left no-repeat;
+
{
 +
    padding: 0.1em 0.1em;
 +
    -moz-border-radius-topright: 0.5em;
 +
    -moz-border-radius-bottomright: 0.5em;
}
}
-
/* Color of the search box and buttons */
+
#p-cactions ul li, #p-cactions ul li a
-
#searchInput {
+
{
-
  border: 1px inset !important;  
+
    -moz-border-radius-topright: 0.5em;
-
  background: #f9f9f9;
+
    -moz-border-radius-topleft: 0.5em;
-
  -moz-border-radius: 15px;
+
}
}
-
                                                                            input.mw-searchButton input.searchGoButton {
+
 
-
  background: #f9f9f9;  
+
#content, .toc
-
  color: black;  
+
{
-
  -moz-border-radius:15px;
+
    -moz-border-radius-topleft: 0.5em;
 +
    -moz-border-radius-topright: 0.5em;
 +
    -moz-border-radius-bottomleft: 0.5em;
 +
    -moz-border-radius-bottomright: 0.5em;
}
}
-
#ca-edit a {
+
body
-
     font-weight: bold !important;  
+
{
 +
    background: #D8E9FC url(http://images.wikia.com/starwars/images/0/09/Skyline1big_blue.jpg) repeat-x;
 +
     font-family: arial, helvetica, sans-serif;
}
}
-
body {
+
#globalWrapper
-
  font-size: 10px;
+
{
-
  font-family: Verdana;
+
    font-size: 13px;
-
  background: #f9f9f9 url("http://www.novacelestia.com/images/halleys_comet_space_art.jpg");
+
-
  background-attachment: fixed;
+
}
}
-
#p-personal li a {
+
.portlet
-
  color: aliceblue;
+
{
-
  background: none;
+
    font-size: 1em;
}
}
-
#p-personal li a:hover {
+
#column-one
-
  background-color: black;
+
{
-
  color: white;
+
    font-size: 0.95em;
-
  text-decoration: underline;
+
}
}
-
/* Portlet background colors */
+
div.tleft { border: none; }
-
.pBody, .portlet {
+
div.tright { margin-left: 13px; }
-
  background: black;
+
 
-
  color:#E6E6FA;
+
.content-bg { background: white; }
-
  border:none;
+
 
 +
.portlet .pBody, #column-content, #content, #p-cactions li, #catlinks
 +
{
 +
    border-width: 0px;
}
}
-
/* Portlet headers */
+
#p-cactions li a, #p-cactions li.selected a
-
#column-one h1 { color: aliceblue; }
+
{
-
#column-one h2 { color: aliceblue; }
+
    border-color: white;
-
#column-one h3 { color: aliceblue; }
+
}
-
#column-one h4 { color: aliceblue; }
+
 
-
#column-one h5 { color: aliceblue; }
+
a:link, a:visited
-
#column-one h6 { color: aliceblue; }                                                                                                                                      
+
{
-
 
+
/*    text-decoration: none; */
-
/* Portlet links */
+
}
-
.pBody li a { color: white; }
+
 
-
.pBody li a:visited { color: #CC99FF; }
+
a:hover, a.new:hover, li.new a:hover
-
.pBody li a:active, a.new { color: #FF0033; }
+
{
-
.pBody li a.interwiki, a.external { color: aliceblue; }
+
    color: orange;
-
.pBody li a.stub { color: #FF9999; }
+
    text-decoration: underline;
 +
}
 +
 
 +
/*
 +
div.tleft, div.tright, div.thumb
 +
{
 +
    border-color: transparent;
 +
}
 +
*/
 +
 
 +
div.tleft div, div.tright div, div.thumb div
 +
{
 +
    border-width: 0;
 +
    background: #F2F5FD;
 +
}
 +
 
 +
div.tleft a.internal img, div.tright a.internal img, div.thumb a.internal img
 +
{
 +
    border-width: 0;
 +
}
 +
 
 +
input[type="text"], input[type="password"], textarea, select, #content textarea, #wpOldTitle, #wpReason, #wpSummary, #searchInput
 +
{
 +
    border: 1px solid #aaa;
 +
}
 +
 
 +
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, #wpOldTitle:focus, #wpReason:focus, #wpSummary:focus, #searchInput:focus
 +
{
 +
    background: #fffff0;
 +
}
 +
 
 +
#catlinks, #toc, .toc
 +
{
 +
    background: #f2f5fd;
 +
}
 +
 
 +
li#pt-userpage, li#pt-anonuserpage, li#pt-login
 +
{
 +
    background: url(http://images.wikia.com/starwars/images/5/54/User-icon.png) top left no-repeat;
 +
}
 +
 
 +
/*
 +
h1, h2
 +
{
 +
    border-color: #D8E9FC;
 +
}
 +
*/
-
/* Color of the search box and buttons */
+
#p-cactions
-
#searchInput {
+
{
-
  border: 1px inset !important;
+
    margin-left: 1em;
-
  background: black;
+
-
  color: aliceblue;
+
}
}
-
input.mw-searchButton input.searchGoButton {
+
#p-personal ul
-
  background: #000000;
+
{
-
  color: #ff6600;
+
    font-weight: bold;
}
}
-
/*</nowiki></pre>*/
+
/* </nowiki></pre>
 +
*/

Revision as of 01:23, 15 July 2007

/* <pre><nowiki>
*/

/* NON MONOBOOK SPECIFIC STUFF TO BE MOVED TO [[MediaWiki:Common.css]]! */

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub
{
    display: inline;
    font-size: 0.9em;
    font-weight: normal;
    font-style: italic;
}

/* rounded corners - Mozilla/Firefox only */
.pBody
{
    padding: 0.1em 0.1em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
}

#p-cactions ul li, #p-cactions ul li a
{  
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
}

#content, .toc
{
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
}

body
{
    background: #D8E9FC url(http://images.wikia.com/starwars/images/0/09/Skyline1big_blue.jpg) repeat-x;
    font-family: arial, helvetica, sans-serif;
}

#globalWrapper
{
    font-size: 13px;
}

.portlet
{
    font-size: 1em;
}

#column-one
{
    font-size: 0.95em;
}

div.tleft { border: none; }
div.tright { margin-left: 13px; }

.content-bg { background: white; }

.portlet .pBody, #column-content, #content, #p-cactions li, #catlinks
{
    border-width: 0px;
}

#p-cactions li a, #p-cactions li.selected a
{
    border-color: white;
}

a:link, a:visited
{
/*    text-decoration: none; */
}

a:hover, a.new:hover, li.new a:hover
{
    color: orange;
    text-decoration: underline;
}

/*
div.tleft, div.tright, div.thumb
{
    border-color: transparent;
}
*/

div.tleft div, div.tright div, div.thumb div
{
    border-width: 0;
    background: #F2F5FD;
}

div.tleft a.internal img, div.tright a.internal img, div.thumb a.internal img
{
    border-width: 0;
}

input[type="text"], input[type="password"], textarea, select, #content textarea, #wpOldTitle, #wpReason, #wpSummary, #searchInput
{
    border: 1px solid #aaa;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, #wpOldTitle:focus, #wpReason:focus, #wpSummary:focus, #searchInput:focus
{
    background: #fffff0;
}

#catlinks, #toc, .toc
{
    background: #f2f5fd;
}

li#pt-userpage,	li#pt-anonuserpage, li#pt-login
{
    background: url(http://images.wikia.com/starwars/images/5/54/User-icon.png) top left no-repeat;
}

/*
h1, h2
{
    border-color: #D8E9FC;
}
*/

#p-cactions
{
    margin-left: 1em;
}

#p-personal ul
{
    font-weight: bold;
}

/* </nowiki></pre>
*/
Personal tools
IRC Channel
My Blog