MediaWiki:Common.css: различия между версиями

Материал из Ботвапедии
Перейти к: навигация, поиск
Строка 55: Строка 55:
 
.addthis_toolbox .custom_images a img { border: 0; margin: 2px 0; opacity: 0.6; }  
 
.addthis_toolbox .custom_images a img { border: 0; margin: 2px 0; opacity: 0.6; }  
 
.addthis_toolbox .custom_images a:hover img { margin: 2px 0; opacity: 1.0; }
 
.addthis_toolbox .custom_images a:hover img { margin: 2px 0; opacity: 1.0; }
 
/* Head */
 
#mw-page-base {
 
height: 5em;
 
background-color: #F9EACD;
 
background-image: url(images/page-fade.png);
 
background-position: bottom left;
 
background-repeat: repeat-x;
 
}
 
#mw-head-base {
 
margin-top: -5em;
 
margin-left: 10em;
 
height: 5em;
 
background-image: url(images/border.png);
 
background-position: bottom left;
 
background-repeat: repeat-x;
 
}
 
#mw-head {
 
position: absolute;
 
top: 0;
 
right: 0;
 
width: 100%;
 
}
 
#mw-head h5 {
 
margin: 0;
 
padding: 0;
 
}
 

Версия 12:33, 24 сентября 2013

/** Collapsible tables *********************************************************
 *
 *  Description: Allows tables to be collapsed, showing only the header. See
 *                         http://www.mediawiki.org/wiki/Manual:Collapsible_tables.
 *  Maintainers: [[en:User:R. Koot]]
 */
 
table.collapsed tr.collapsible {
        display: none;
}
 
.collapseButton { 
 	cursor: pointer;
	text-shadow: 0.0em 0.0em 0.3em black;
}

h1 {
text-shadow: 1px 1px 2px black, 0 0 1em #FFF3D3; /* Параметры тени */
    color: #CDAA80; /* Белый цвет текста */
    font-size: 2em; /* Размер надписи */
}

h2 {
text-shadow: 1px 1px 2px black, 0 0 1em #FFF3D3; /* Параметры тени */
    color: #CDAA80; /* Белый цвет текста */
    font-size: 1em; /* Размер надписи */
}

h3 {
text-shadow: 1px 1px 2px black, 0 0 1em #FFF3D3; /* Параметры тени */
    color: #CDAA80; /* Белый цвет текста */
    font-size: 0,5em; /* Размер надписи */
}


/*Менюшка*/

/* Fixed Positioned AddThis Toolbox */ 
.addthis_toolbox { 
position: fixed; z-index: 1000;
top: -20px;
left: 15%;
padding: 5px 5px 4px; 
width: 32px; 
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
border-radius: 4px; 
} 

.addthis_toolbox .custom_images a { 
width: 32px; 
height: 32px; 
cursor: pointer; 
} 
.addthis_toolbox .custom_images a img { border: 0; margin: 2px 0; opacity: 0.6; } 
.addthis_toolbox .custom_images a:hover img { margin: 2px 0; opacity: 1.0; }