|
|
| Строка 3: |
Строка 3: |
| | /* Extension:PSINoTocNum */ | | /* Extension:PSINoTocNum */ |
| | .tocnumber {display:none;} | | .tocnumber {display:none;} |
| − |
| |
| − | /* Уменьшаем отступ между логотипом и меню */
| |
| − | #p-logo { height: 150px; }
| |
| − | div#mw-panel { padding-top: 0px; }
| |
| − |
| |
| − | #modal_form1 {
| |
| − | width: 350px;
| |
| − | height: 288px;
| |
| − | border-radius: 5px;
| |
| − | border: 1px #ccc solid;
| |
| − | background: #F6F6F6;
| |
| − | position: fixed;
| |
| − | top: 45%;
| |
| − | left: 50%;
| |
| − | margin-top: -150px;
| |
| − | margin-left: -150px;
| |
| − | display: none;
| |
| − | opacity: 0;
| |
| − | z-index: 5;
| |
| − | padding: 20px 10px;
| |
| − | box-shadow: 0 2px 3px #d1d1d1;
| |
| − | text-align: center;
| |
| − | font-size: 14px;
| |
| − | }
| |
| − | #modal_form1 #modal_close1 {
| |
| − | cursor: pointer;
| |
| − | }
| |
| − | #overlay1 {
| |
| − | z-index: 2;
| |
| − | position: fixed;
| |
| − | background-color: transparent;
| |
| − | opacity: 0.8;
| |
| − | width: 100%;
| |
| − | height: 100%;
| |
| − | top: 0;
| |
| − | left: 0;
| |
| − | cursor: pointer;
| |
| − | display: none;
| |
| − | }
| |
| − | #testtext{
| |
| − | background-color: #fff;
| |
| − | border: 1px solid #ccc;
| |
| − | width: 340px;
| |
| − | height: 100px;
| |
| − | font-family: Arial;
| |
| − | font-size: 14px;
| |
| − | resize: none;
| |
| − | margin-top: 15px;
| |
| − | margin-bottom: 15px;
| |
| − | }
| |
| − | #commenttext{
| |
| − | background-color: #fff;
| |
| − | border: 1px solid #ccc;
| |
| − | width: 340px;
| |
| − | height: 50px;
| |
| − | font-family: Arial;
| |
| − | font-size: 14px;
| |
| − | resize: none;
| |
| − | margin-top: 15px;
| |
| − | margin-bottom: 15px;
| |
| − | }
| |
| − | #modal_close1{
| |
| − | width: 50px;
| |
| − | }
| |
| − | .par_line{
| |
| − | background-color: transparent;
| |
| − | color: transparent;
| |
| − | height: 5px;
| |
| − | }
| |
Версия 19:51, 18 мая 2015
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/* Extension:PSINoTocNum */
.tocnumber {display:none;}