Common.css — различия между версиями
Admine2 (обсуждение | вклад) |
Admine2 (обсуждение | вклад) |
||
Строка 63: | Строка 63: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 18pt; | font-size: 18pt; | ||
+ | } | ||
+ | |||
+ | .radius { | ||
+ | -moz-border-radius: 10px; | ||
+ | -webkit-border-radius: 10px; | ||
+ | border-radius: 10px; /* future proofing */ | ||
+ | -khtml-border-radius: 10px; /* for old Konqueror browsers */ | ||
+ | } | ||
+ | |||
+ | .sbstyle { | ||
+ | border: .5px solid lightgrey; | ||
+ | background-color: white; | ||
+ | padding: 10px; | ||
+ | overflow: hiden; | ||
+ | text-align: justify; | ||
+ | text-indent: 10px; | ||
} | } |
Версия 14:07, 5 октября 2017
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.float-right{
float:right;
margin-left:20px;
}
.chem-bg{
background-image: url(http://176.126.167.242/mediawiki/images/0/0d/Chem-fon.jpg);
background-size: 300px;
background-repeat: repeat;
}
.history-up{
background-image: url(http://176.126.167.242/mediawiki/images/4/4b/His_top.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.history-body{
background-image: url(http://176.126.167.242/mediawiki/images/9/9b/His_bod.png);
background-size: cover;
background-position: center;
background-clip: padding-box;
background-repeat: no-repeat;
}
.history-donw{
background-image: url(http://176.126.167.242/mediawiki/images/d/db/His_bot.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
/* отбрасывает тень от контейнера div */
.shadow {
-moz-box-shadow: 3px 3px 5px 3px #ccc;
-webkit-box-shadow: 3px 3px 5px 3px #ccc;
box-shadow: 3px 3px 5px 3px #ccc;
}
/* Буквица первая буква абзаца большая */
.firstcharacter {
color: #903;
float: left;
font-family: Georgia;
font-size: 75px;
line-height: 60px;
padding-top: 4px;
padding-right: 8px;
padding-left: 3px;
}
/* Заголовки для рубрик */
.rubric {
padding: 10px;
border-bottom: 2px solid grey;
margin-bottom:10px;
font-family: Georgia;
text-align: center;
font-weight: bold;
font-size: 18pt;
}
.radius {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.sbstyle {
border: .5px solid lightgrey;
background-color: white;
padding: 10px;
overflow: hiden;
text-align: justify;
text-indent: 10px;
}