Utilizator:D.evil/monobook.css

De la Wikipedia, enciclopedia liberă

Notă: După salvare, trebuie să treceți peste cache-ul browser-ului pentru a vedea modificările.

  • Mozilla, Google Chrome, Safari, Konqueror: țineți apăsat Shift în timp ce apăsați butonul Reload (sau apăsați Ctrl-Shift-R).
  • Internet Explorer: apăsați Ctrl-F5.
  • Opera: apăsați F5.
/*
<pre>
*/

a { text-decoration: underline; }

/* Donations link to be uncommented during fundraising drives  */
#siteNotice {
    margin-top:5px;
    padding-left: 4px;
    font-style: italic;
    text-align: center;
    color: #000000;
}

/****************************/
/* BEGIN WHITE SECTION */
/****************************/
/* Make all non-namespace pages have a light blue content area. This is done by
   setting the background color for all #content areas to light blue and then
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
   do the same for the "tab" background colors. --Lupo */
/* D.evil : Light Blue creeaza anumite discrepante usor sesizabile si enervante intre background-ul paginii si anumite tabele, astfel ca am decis sa lasam pagina pe alb, pentru un aspect general mai placut al paginii. */

body {
    font-family: Tahoma, Verdana, Georgia, "sans-serif";
    font-size: 7pt;
}

#content {
    background: #FFFFFF; /* a light blue */
    font-size: 100%;
   -moz-border-radius-topleft: .9em;
   -moz-border-radius-topright: .9em;
   -moz-border-radius-bottomleft: .9em;
   -moz-border-radius-bottomright: .9em;
}

#content div.thumb {
    border-color: #FFFFFF;
    background: transparent;
}

.ns-0 * #content {
    background: white;
}

#mytabs li {
    background: #FFFFFF;
}

.ns-0 * #mytabs li {
    background: white;
}

#mytabs li a {
    background-color: #FFFFFF;
    text-decoration: underline;
}

.ns-0 * #mytabs li a {
    background-color: white;

}

#p-cactions li a {
    background-color: #FFFFFF;
}

.ns-0 * #p-cactions li a {
    background-color: white;
}

.ns-0 * #content div.thumb {
    border-color: white;
}

/**************************/
/* END LIGHT BLUE SECTION */
/**************************/

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: italic;
    color: #FF0000;
}

#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }

/* Display "User $1, you are already logged in!"
   ([[MediaWiki:Alreadyloggedin]]) in red and bold */
div.alreadyloggedin { color: red; font-weight: bold; }

@media print {
    /* Do not print edit link in templates using Template:Ed
       Do not print certain classes that shouldn't appear on paper */
    .editlink, .noprint, .metadata, .dablink { display: none }
}


/* Style for "notices" */
.notice {
    text-align: justify;
    margin: 1em 0.5em;
    padding: 0.5em;
}

#disambig {
    border-top: 3px double #cccccc; 
    border-bottom: 3px double #cccccc;
}


/* Accessibility experiment: make diff changes not just colour-based */ 

.diffchange {
    font-weight: bold;
    background-color: inherit;
}

td.diff-addedline, td.diff-deletedline, td.diff-context {
    font-size: 85%;
    color: inherit;
}

#pt-login {
  font-weight: bold;
  font-size: 100%;
}

form#userlogin {
  float: left;
  padding: 1em 1em .7em 1em;
  background-color: #ffffff;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
  font-family: "Trebuchet MS", Verdana, Georgia, "sans-serif";
}

form#userlogin table {
  float: left;
  background-color: #ffffff;
  color: #000;
}

p.error {
  font-weight: bold;
}

/* Class styles */

/* .toccolours added here because version in 
   monobook/main.css wasn't being used by the print style */
.toccolours { 
   border:1px doted #aaaaaa;
   background-color:#f9f9f9;
   padding:5px;
   font-size: 100%;
}


/* Experiment: slightly fade inactive tabs */

#p-cactions a {
   filter: alpha(opacity=80);
}

#p-cactions a:hover, #p-cactions .selected a {
   filter: none;
}


#p-nav h5 {
   display: none;
}

.portlet a {
   text-decoration: underline;
   font-size:100%;
}

#p-nav .pBody {
   padding-right: 0;
}

#p-nav a {
   display: block;
   width: 100%;
}

.portal-box {
  border: thin dotted #003366;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.portal-box h2 {
  color: white;
  background-color: #ffffff;
  border: 0;
  padding: 0.3em 0.5em 0.2em 1em;
  font-size: 1.2em;
}
.portal-box .editsection, .portal-box .editsection a {
  color: white;
}
div.thumb div div.thumbcaption {
   text-align: center;
}

#navbox ul li {
  list-style: none;
  margin-left: -1em;
}
#navtree ul {
  border-left: thin dotted gray;
  padding-left: .5em;
}
#my-buttons {
   padding: 0.5em;
 }
 #my-buttons a {
   color: black;
   background-color: #ccddee;
   font-weight: bold;
   font-size: 0.9em;
   text-decoration: none;
   border: thin #006699 outset;
   padding: 0 0.1em 0.1em 0.1em;
 }
 #my-buttons a:hover, #my-buttons a:active {
   background-color: #bbccdd;
   border-style: inset;
 }
.pBody {
   padding: 0.3em 0.1em;
   -moz-border-radius-topright: .5em;
}
.portlet h5 {
   background-color: #e0e3e6;
   border: thin solid silver;
   -moz-border-radius-topleft: .7em;
   -moz-border-radius-topright: .7em;
}

#footer {
   display: none;
}


/*
</pre>
<nowiki>*/</nowiki>