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

Материал из Ботвапедии
Перейти к: навигация, поиск
Строка 16: Строка 16:
  
 
h1 {
 
h1 {
 +
    margin: 1em 0 0.75em;
 +
    padding: 0 0 5px 0;
 +
    color: #6B5344;
 +
    font-weight: normal;
 +
    position: relative;
 +
    text-shadow: 0 2px 0 rgba(255,255,255,0.5);
 
     font-size: 36px;
 
     font-size: 36px;
 
     line-height: 40px;
 
     line-height: 40px;
    margin: 1em 0 .6em 0;
+
     font-family: 'Carrois Gothic', sans-serif;
    font-weight: normal;
 
    color: white;
 
     font-family: 'Hammersmith One', sans-serif;
 
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
 
    position: relative;
 
    color: #6Cf;
 
 
}
 
}
  

Версия 16:12, 25 сентября 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.2em black;
}

h1 {
    margin: 1em 0 0.75em;
    padding: 0 0 5px 0;
    color: #6B5344;
    font-weight: normal;
    position: relative;
    text-shadow: 0 2px 0 rgba(255,255,255,0.5);
    font-size: 36px;
    line-height: 40px;
    font-family: 'Carrois Gothic', sans-serif;
}



/* Fixed Positioned AddThis Toolbox */ 

.addthis_toolbox { 
position: fixed; z-index: 1000;
top: 10px;
left: 15%;
padding: 5px; 
width: 600px; 
height: 90px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
-moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
html-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.8;
background-image: url(https://wiki.botva.ru/images/4/43/Fon_2.png);
background-position: 0px 0px;
background-size: 600px;
background-repeat: no-repeat;
} 

.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; }