MediaWiki:Monobook.css

A HunyadymWiki wikiből

(Változatok közti eltérés)
(Új oldal, tartalma: „- * Adománygyűjtés linkje: #siteNotice { margin-top: 5px; padding-left: 4px; font-style: italic; text-align: center; } table#mw-dismissable-notice,...”)
 
1. sor: 1. sor:
-
/*
 
-
* Adománygyűjtés linkje
 
-
*/
 
-
#siteNotice {
 
-
    margin-top: 5px;
 
-
    padding-left: 4px;
 
-
    font-style: italic;
 
-
    text-align: center;
 
-
}
 
-
table#mw-dismissable-notice, tr#mw-dismissable-notice, td#mw-dismissable-notice {
 
-
    background: transparent;
 
-
}
 
-
#firstHeading {
 
-
    padding-top: 0;
 
-
    margin-top: 0.5em;
 
-
}
 
-
 
-
 
/*  
/*  
  * Tartalom háttérszíne
  * Tartalom háttérszíne

A lap jelenlegi, 2009. április 25., 13:58-kori változata

/* 
 * Tartalom háttérszíne
 *
 * Minden nem névtérbeli oldal hátterének beállítása világoskékre,
 * valamint a szócikknévtér hátterének beálíltása külön fehérre.
*/

#content {
    background: #F8FCFF; /* a light blue */
}

#content div.thumb {
    border-color: #F8FCFF;
}

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

#mytabs li {
    background: #F8FCFF;
}

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

#mytabs li a {
    background-color: #F8FCFF;
}

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

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

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

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

table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: transparent;
}


/*
 * Alcím ("A Wikipédiából, a szabad enciklopédiából." szöveg)
*/

#siteSub {
    display: inline;
    font-size: 120%;
    font-weight: normal;
}

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


/*
 * A szerkesztés link félkövérré tétele
*/

#ca-edit a { font-weight: bold !important; }


/*
 * A "Már bejelentkeztél" szöveg pirosan és félkövéren
*/

div.alreadyloggedin { color: red; font-weight: bold; }

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

form#userlogin {
  float: left;
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}

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

p.error {
  font-weight: bold;
}

.framedpicture img { 
  border: 1px solid #aaa; 
}

/* class for preformatted text without ugly borders */
.plain-pre pre {
  border: none;
  background-color:inherit;
}

/* Kategóriák tartalma */
div #mw-pages table, div #mw-subcategories table { 
  background-color: transparent 
}

/* Kategóriák tartalma, csoportonkénti fejléc */
div #mw-pages table h3, div #mw-subcategories table h3 { 
  border-bottom: 1px dotted #aaa; 
  width: 7em; 
  margin-top: 1em;
}

/* 
 * Kezdőlapos javítások (pl. cím, alcím eltüntetése)
*/

.page-Kezdőlap #mw-data-after-content, 
.page-Kezdőlap .firstHeading, 
.page-Kezdőlap #siteSub, 
.page-Kezdőlap #contentSub {
  display: none;
}

.mainpage body {
   height:100%;
}

.mainpage td.section {
   vertical-align: top;
   width: 50%;
   border:1px solid #dddddd;
   background-color: #f9f9ff;
}

.mainpage div.section {
   position: relative; /* IE background fix */
   border:1px solid #dddddd;
   background-color: #f9f9ff;
   padding: 1px;
   margin-bottom: 2px;
}

.mainpage h2.title {
   border:1px solid #aaaaaa; 
   background-color: cornflowerblue; 
   color:white; 
   padding:.1em; 
   text-align:center; 
   font-weight:bold; 
   font-size:100%; 
   margin-bottom:0px; 
   border-bottom: none;
}

.mainpage div.subsection {
   position: relative; /* IE background fix */
}

.mainpage div.subsection h2 {
   border-bottom: 1px dotted gray;
}

.mainpage div.content {
   padding:0.5em; 
   text-align:left
}

.mainpage h2.boxtitle {
   border-bottom: 1px dotted gray;
   font-size: 135%; 
   font-weight: bold; 
   color: black; 
   padding: 0.2em; 
   margin-bottom: 0.7em;
}

/* listák, kísérleti jelleggel */
.mainpage-lang {
    text-align:center;
    font-size: 95%;
}
.mainpage-lang dt {
    text-align:left;
    font-size:smaller;
}
.mainpage-lang dd {
    display:inline;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
#lang-100000.mainpage-lang dd {
    font-size: larger;
}
#lang-1000.mainpage-lang dd {
    font-size: smaller;
}

/* 
 * Tartalomjegyzék
 */
.toccolours { 
   border:1px solid #aaaaaa;
   background-color:#f9f9f9;
   padding:5px;
   font-size: 95%;
}

 
/* 
 * Képek
 *
 * A képek háttere fehér, szürke helyett (csak átlátszó képeknél) */
 */

div.thumb div a img {
    background-color:#ffffff;
}


/* 
 * Bélyegképek háttere átlátszó, szürke helyett
 */

div.thumb {
   border-style: none;
}
 
div.tright {
   padding: .5em 0 .8em 1.4em;
   border-width: 0px;
}
 
div.tleft {
   padding: 1.0em 1.4em .8em 0;
   border-width: 0px;
}

/*
 * Kiemelt szócikk státusz csillag
*/

div.topicon {
  position:absolute; 
  z-index:100; 
  top:10px;
  display: block;
}

/*
 * Koordinátasablonok
*/

#coordinates {  
 position:absolute;
 z-index:1;
 border:none;
 background:none;
 right:30px;
 top:3.7em;
 /* float:right; */
 margin:0.0em;
 padding:0.0em;
 /* line-height:1.5em; */
 text-align:right;
 text-indent:0;
 font-size:85%;
 text-transform:none;
 white-space:nowrap;
}

* html #coordinates { /* IE6 only */
 margin-top:0.5em;
}

*:first-child+html #coordinates { /* IE7 only */
 margin-top:0.5em;
}

/*
 * ???
*/

#p-nav h5 {
   display: none;
}

.portlet a {
   text-decoration: none;
}

.portlet a:hover {
   text-decoration: underline;
}

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

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

/*
 * Szerkesztés linkek a cím mögé
*/

.editsectionmoved {
    float: none;
    margin-left: 0.5em;
    vertical-align: baseline;
    line-height: 1em;
}

h1 .editsectionmoved { font-size: 48%; }
h2 .editsectionmoved { font-size: 60%; }
h3 .editsectionmoved { font-size: 68%; font-weight: normal; }
h4 .editsectionmoved { font-size: 77%; font-weight: normal; }
h5 .editsectionmoved { font-size: 90%; font-weight: normal; }
h6 .editsectionmoved { font-size: 112%; font-weight: normal; }

* html h1 .editsectionmoved { font-size: 46%; }
* html h2 .editsectionmoved { font-size: 57%; }
* html h3 .editsectionmoved { font-size: 65%; }
* html h4 .editsectionmoved { font-size: 73%; }
* html h5 .editsectionmoved { font-size: 77%; }
* html h6 .editsectionmoved { font-size: 106%; }

/* 
 * Kiemelt csillag az interwikik között
*/

.portlet li {
    list-style-image: url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png");
}

li.FA {
    list-style-image: url("http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");
}


@media print {
    .editsectionmoved {
        display:none;
    }
    div.topicon {
        display:none;
    }
    .foszocikk {
        display:none;
    }
}
/* </nowiki></pre> */

/*
 * FlaggedRevs átpozicionálás
*/

.firstHeading {
  position: relative;
}
* html .firstHeading {
  height: 1%; /* hasLayout */
}

.firstHeading .firstHeading-notice {
  position: absolute;
  right: 0;
  bottom: 0;
  float: none;
  font-size: 40%;
  margin: 0 0 0 3px;
  border: 1px solid #AAA;
  border-bottom: 0;
  padding: 2px;
}
* html .firstHeading .firstHeading-notice {
  margin-right: -1px;
  margin-bottom: -1px;
}

/*
 * a szempontonkénti minősítés és a végleges minősítés között egyelőre nincs különbség
*/

#mw-revisionratings-box {
  display: none;
}