Différences entre versions de « MediaWiki:Common.css »

De Wiki Dofus
Aller à la navigationAller à la recherche
m
 
m
Ligne 106 : Ligne 106 :
 
#pub_menu_google
 
#pub_menu_google
 
{
 
{
width: 125px;
+
width: 120px;
height: 125px;
+
height: 600px;
 
}
 
}
 
/*</pre>*/
 
/*</pre>*/

Version du 24 février 2009 à 12:20

/*<pre>*/
/** Le CSS placé ici sera appliqué à toutes les apparences. */
/*
 APPARENCE DES MESSAGES D'ALERTE
 */
.alerte { 
   padding:0.2em; 
   background:#FFFFDD; 
   margin-bottom:0.4em;
   font-style: italic;
 }
/* Standard Navigationsleisten */

div.BoxenVerschmelzen,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.BoxenVerschmelzen div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}

.NavToggle {
   font-size: x-small;
   float:right;

}

table td{
   vertical-align: top;
}

.my_sortable th:after{
	content: 'tri';
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

/*#ban_google
{
 	width: 120px;
    clear: left;
    position: fixed; !important
    position: absolute;
    padding: 35px 0px 0px 3px;
    float: right;
    right: 0px;
    top: 10px;
    z-index: 2;
}

#content
{
	margin: 2.8em 120px 0 12.2em;
}*/
#mini_ad_google{
	width: 234px;
	height: 60px;
	/*position: fixed; !important*/
	position: absolute;
	right: 4px;
	/*top: 19px; !important*/
	top: -17px;
}

#content{
	padding-top: 15px;
}
#pub_menu_google
{
	width: 120px;
	height: 600px;
}
/*</pre>*/