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

Материал из Ботвапедии
Перейти к: навигация, поиск
Строка 15: Строка 15:
 
}
 
}
  
 
+
h1 {
 +
    margin: 1em 0 0.5em 0;
 +
    font-weight: 600;
 +
    font-family: 'Titillium Web', sans-serif;
 +
    position: relative;
 +
    font-size: 36px;
 +
    line-height: 40px;
 +
    padding: 15px 15px 15px 15%;
 +
    color: #355681;
 +
    box-shadow:
 +
        inset 0 0 0 1px rgba(53,86,129, 0.4),
 +
        inset 0 0 5px rgba(53,86,129, 0.5),
 +
        inset -285px 0 35px white;
 +
    border-radius: 0 10px 0 10px;
 +
    background: #fff url(../images/bartoszkosowski.jpg) no-repeat center left;
 +
}
  
  

Версия 16:11, 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.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative; 
    font-size: 36px;
    line-height: 40px;
    padding: 15px 15px 15px 15%;
    color: #355681;
    box-shadow:
        inset 0 0 0 1px rgba(53,86,129, 0.4),
        inset 0 0 5px rgba(53,86,129, 0.5),
        inset -285px 0 35px white;
    border-radius: 0 10px 0 10px;
    background: #fff url(../images/bartoszkosowski.jpg) no-repeat center left;
}



/* 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; }