MediaWiki:Common.css: Diferență între versiuni

De la Wiki Grepolis RO
Jump to navigation
mFără descriere a modificării
mFără descriere a modificării
Linia 97: Linia 97:
/* } */
/* } */


/* This is a dirty fix to a strange problem... Should be removed once the object that generetes the overflow is found... */
body {
body {
   overflow-x: hidden;
   overflow-x: hidden;
}
}

Versiunea de la data 11 aprilie 2015 20:29

div.mvisto:hover {
opacity:0.7;
filter:alpha(opacity=70);
}

p {text-align:justify;}
ul {text-align:justify;}
ul li {text-align:justify;}
ul li p {text-align:justify;}

table.struct {margin-left:5%; width:90%; cellpadding:2px; margin-top:10px; backgroud:#feb; border-radius:8px; border:2px solid black; text-align:center;}
table.struct th {background:#edb; border-top:1px solid grey; border-right:1px solid grey; padding: 8px 0px 8px 0px;}
table.struct td {background:#feb; border-top:1px solid grey;}

table.t1 {backgroud:#feb; border-radius:8px; border:2px solid black; text-align:center;}
table.t1 th {background:#edb; border-top:1px solid grey; border-right:1px solid grey; padding: 8px 0px 8px 0px;}
table.t1 td {background:#feb; border-top:1px solid grey; text-align:jusity;}

/* navigation menu */
table.t2 {border-collapse:collapse; border:1px solid grey; margin-top:10px; font-size:80%; text-align:left;}
table.t2 th {background:#edb; text-align:right; padding-right:4px; border-right:1px solid grey;}
table.t2 td {background:#eee; border-bottom:1px solid grey; padding-left:8px;}

/* my menu */
.mn {width:140px; position:relative; z-index:10;}
.mn ul {padding:0; margin:0;}
.mn ul li {position:relative; margin-top:0; margin-bottom:0; border:0;}
.mn ul li p {margin-top:0; margin-bottom:0; display:block; width:135px; height:18px; text-align:left; font-color:black; font-size:12px; overflow:hidden;}
.mn ul li ul {display: none;}
.mn ul li ul li ul {display: none;}

.mn ul li:hover li ul {display: none;}
.mn ul li:hover p {background:#ef8;}
.mn ul li:hover p.title {background:#ccc;}
.mn ul li:hover ul {display:block; position:absolute; top:0px; left:128px; width:180px; z-index:11; border-left:2px solid #cba; border-right:2px solid #cba;}
.mn ul li:hover ul li {display:block; width:180px; height:20px; text-align:left; background:#eda;}
.mn ul li:hover ul li p {padding-left:4px; margin-top:0; margin-bottom:0; display:block; text-decoration:none; width:180px; height:20px; text-align:left; font-color:black; background:#eda;}
.mn ul li:hover ul li:hover p {background:#dca;}
.mn ul li:hover ul li:hover p.title {background:#ccc;}

.mn ul li:hover ul li:hover ul {display:block; position:absolute; top:0px; left:176px; width:180px; z-index:11; border-left:2px solid #cba; border-right:2px solid #cba; background:#eda;}
.mn ul li:hover ul li:hover ul li {display:block; width:180px; height:20px; text-align:left; background:#eda;}
.mn ul li:hover ul li:hover ul li p {padding-left:4px; margin-top:0; margin-bottom:0; display:block; text-decoration:none; width:180px; height:20px; text-align:left; font-color:black; background:#eda;}
.mn ul li:hover ul li:hover ul li:hover p {background:#dca;}
.mn ul li:hover ul li:hover ul li:hover p.title {background:#ccc;}

/* table list */
span.tl ol {list-style-type:none; padding:0; margin:0; width:100%; background:#eef; border:0}
span.tl ol li {border-bottom:1px solid #ccf; border-right:1px solid #ccf;}
span.tl ol li:hover {background:#ddf;}
span.tl ol li.ttl {background:#cbe; border-bottom:1px solid grey; border-right:1px solid grey;}
span.tl ol li.cp {background:#feb; border-right:0;}

table.collapsed tr.collapsible {
        display: none;
}
 
.collapseButton {                /* 'show'/'hide' buttons created dynamically by the               */
        float: right;               /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight: normal;        /* are styled here so they can be customised.               */
        text-align: right;
        width: auto;
}

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

#t-whatlinkshere, #t-recentchangeslinked, #t-specialpages, #t-print, #t-permalink, #t-upload {
    display: none;
}

input.searchButton {
    display: none;
}

#column-one .generated-sidebar.portlet img {
    margin-left: 10px;
}

.generated-sidebar a {
    text-decoration: none;
}

.generated-sidebar.portlet h5 {
    font-weight: bold;
}

.generated-sidebar.portlet:not(:first-of-type) {
    margin-top: 15px; /* die ersten sechs Pixel werden ignoriert, entspricht also 9px */
}

#fh_center {
    width: 800px
}

/* #p-cactions { */
/*    display: none */
/* } */

/* This is a dirty fix to a strange problem... Should be removed once the object that generetes the overflow is found... */
body {
   overflow-x: hidden;
}