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

Материал из ПокеВики
Перейти к: навигация, поиск
м (Отмена правки 83668, сделанной Mootagen (обсуждение))
 
(не показано 107 промежуточных версий 2 участников)
Строка 83: Строка 83:
 
.darkbg { background: rgb(94,80,76); color: white; }
 
.darkbg { background: rgb(94,80,76); color: white; }
  
/* Autorounded table */
+
/* Реализация шаблона Roundy */
.roundtable {
+
table.roundy, td.roundy
  border-collapse: separate;
+
{
  border-radius: 10px;
+
-moz-border-radius:10px;
  padding-bottom: 4px;
+
-webkit-border-radius:10px;
 +
border-radius:10px;
 
}
 
}
  
.roundtable td {
+
table.center, td.center
  background-color: white;
+
{
 +
text-align:center;
 
}
 
}
  
.roundtable tr:first-child th:first-child {
+
span.versiondata, span.wordvariant { display:none; }
  border-top-left-radius: 5px;
+
 
 +
 
 +
body
 +
{
 +
    background-color:transparent !important;
 +
}
 +
div#content, #p-cactions li a, #footer
 +
{
 +
    background-color:rgba(255,255,255,0.5) !important;
 
}
 
}
 
+
div#content
.roundtable tr:first-child th:last-child {
+
{
  border-top-right-radius: 5px;
+
    float:none;
 +
    margin-top:53px;
 +
    border:1px solid black;
 +
    margin-left:0px;
 
}
 
}
  
/* Link color override */
+
h1, h2, h3, h4, h5, h6
.blacklinks a, .blacklinks a:link, .blacklinks a:visited, .blacklinks a:hover, .blacklinks a:active, .blacklinks a span {
+
{
  color: black !important;
+
    border-color: black;
 
}
 
}
  
.whitelinks a, .whitelinks a:link, .whitelinks a:visited, .whitelinks a:hover, .whitelinks a:active, .whitelinks a span {
+
#p-logo, #pt-logout
  color: white !important;
+
{
 +
    display: none !important;
 
}
 
}
 
+
#column-one
/* Pop-out Mini Sprites */
+
{
.overflow-ms {
+
    position:absolute;
  width: 48px;
+
    width:100%;
  height: 48px;
+
    height:200px;
  overflow: visible;
+
    top:0px;
  display: inline-flex;
+
    left:0px;
  align-items: center;
+
    padding:0px !important;
  justify-content: center;
+
    margin:0px;
  pointer-events: none;
 
 
}
 
}
 
+
.generated-sidebar, #p-search, #p-tb, #p-navigation
 
 
div.listcol
 
 
{
 
{
  padding: 0.5em 1.0em 0.5em 0;
+
    position:relative;
  margin: 0.25em;
+
    display:inline;
  min-width: 21.5%;
+
    padding:0px;
  border: 1px solid #aaf;
+
    margin:0px;
  float: left;
 
  clear: right;
 
  line-height: 130%;
 
 
}
 
}
 
+
.generated-sidebar, #p-tb, #p-navigation
div.listcolend
 
 
{
 
{
  clear: both;
+
    z-index:10;
 
}
 
}
 
+
#p-search
/* Babelboxes and userboxes */
 
 
 
div.babelbox, div.userbox
 
 
{
 
{
  border: 1px solid #999;
+
    z-index:5;
  background: #f8f8f8;
 
  float: right;
 
  width: 25%;
 
  padding: 0.25em 0.5em;
 
  margin-left: 1em;
 
  margin-bottom: 0.5em;
 
 
}
 
}
 
+
.generated-sidebar h5, #p-search h5, #p-tb h5, #p-navigation h5
table.babelitem, table.userboxitem
 
 
{
 
{
  margin: 0.25em 0;
+
font-weight:bold;
  width: 100%;
+
font-family:Helvetica, tahoma;
 
}
 
}
 
+
.pBody
body[class~=ns-3] div.babelbox, body[class~=ns-3] table.babelitem , body[class~=ns-3] div.userbox, body[class~=ns-3] table.userboxitem
 
 
{
 
{
  display: none;
+
    width:130px;
 +
    position:absolute;
 +
    top:12px;
 +
    left:0px;
 +
    z-index:100;
 +
    display:none;
 +
}
 +
div#searchBody {
 +
    display:block;
 +
    position: static;
 +
    margin-left: auto;
 +
    padding-left: 5px;
 +
    margin-top: -5px;
 +
    padding: 0; border: 0; outline: none; background-color: transparent;
 +
    z-index: 0;
 
}
 
}
 
+
label[for="searchInput"]
table.babelitem th, table.userboxitem th
 
 
{
 
{
  width: 45pt;
+
    display:none;
  height: 45pt;
+
}
  font-size: 14pt;
+
#p-search .pBody {
  text-align: center;
+
    width: 250px !important;
  vertical-align: middle;
+
    text-align: left
 
}
 
}
  
table.babelitem td, table.userboxitem td
+
#p-search .pBody #searchInput {
 +
    width: 48%;
 +
    margin-left: auto;
 +
    margin-right: auto
 +
}
 +
.generated-sidebar:hover .pBody, #p-search:hover .pBody, #p-tb:hover .pBody
 
{
 
{
  font-size: 8pt;
+
    display:block;
  line-height: 1.25em;
+
}
  padding: 4pt;
+
#p-personal .pBody {
  text-align: left;
+
    display: block;
 +
    position: static;
 +
    text-align: right;
 +
    width: 60%;
 +
    margin-left: auto
 
}
 
}
 
+
#p-cactions .pBody
/* Credits table, as seen on [[staff of the Pokémon anime]] and similar pages */
 
 
 
table.credits-table tr { vertical-align: top; }
 
table.credits-table th { text-align: right; }
 
table.credits-table td { text-align: left; }
 
 
 
table.credits-table ul
 
 
{
 
{
  padding-top: 0;
+
    display:block;
  margin-top: 0;
+
    padding:0px;
 +
    margin-top:20px;
 +
    text-align:left;
 +
    background-color:transparent;
 +
    width:100%;
 +
    position:static;
 
}
 
}
 
+
#p-cactions
table.learnset
 
 
{
 
{
  background: #f8f8ff;
+
    left:10px;
  border: 1px solid #88a;
 
  border-collapse: collapse;
 
  background: white;
 
 
}
 
}
 
+
#p-cactions li
table.learnset td, table.learnset th { border: 1px solid #88a; padding: 2px; }
+
{
 
+
    border-top-color:black;
table.learnset td { text-align: center; }
+
    border-right-color:black;
table.learnset td:first-child { text-align: right; }
+
    border-left-color:black;
table.learnset tr.learnset-header th { text-align: center; background: #ccf; }
+
    padding-bottom:3px;
 
 
.noticebar {
 
  background: #efe url('//cdn.bulbagarden.net/upload/6/6f/Notice_bar_background.png') no-repeat left center;
 
  border: 1px solid #8a8;
 
  margin-top: 0.2em;
 
  padding: 0.2em;
 
  text-align: center;
 
 
}
 
}
 
+
#p-cactions li.selected
.seriesbox {
+
{
  background: #f8f8ff;
+
    border-top-color:gray;
  border: 1px solid #88a;
+
    border-right-color:gray;
  padding: 0.5em;
+
    border-left-color:gray;
  margin: 0 0 0.5em 0.5em;
 
  float: right;
 
  clear: right;
 
  font-size: 90%;
 
 
}
 
}
  
.seriesbox .title {
+
.pBody a
  background: #ccf;
+
{
  padding: 0.1em;
+
    color:black !important;
  text-align: center;
 
  font-size: 111%
 
 
}
 
}
  
.seriesbox ul {
+
/* Автоматически округленная таблица */
   margin-left: 0;
+
.roundtable {
   list-style: none;
+
   border-collapse: separate;
 +
  border-radius: 10px;
 +
   padding-bottom: 4px;
 
}
 
}
  
.seriesbox ul ul {
+
.roundtable td {
   margin-left: 1.0em;
+
   background-color: white;
 
}
 
}
  
.seriesbox hr {
+
.roundtable tr:first-child th:first-child {
   border: none;
+
   border-top-left-radius: 5px;
  border-bottom: 1px solid #88a;
 
 
}
 
}
  
/* Bulbagarden Archives copyright tags */
+
.roundtable tr:first-child th:last-child {
 
+
   border-top-right-radius: 5px;
table.copytag
 
{
 
   border: 1px solid #88a;
 
  background: #f8f8ff;
 
  margin: 0.25em 0;
 
  padding: 0;
 
  width: 100%;
 
 
}
 
}
  
table.copytag-red { border: 1px solid #a88; background: #fdd; }
+
/* Link color override */
table.copytag-yellow { border: 1px solid #aa8; background: #fffff8; }
+
.blacklinks a, .blacklinks a:link, .blacklinks a:visited, .blacklinks a:hover, .blacklinks a:active, .blacklinks a span {
table.copytag td.copytag-text { padding: 0.5em; text-align: center; width: 99%; }
+
  color: black !important;
table.copytag td.copytag-sym { padding: 0; }
 
 
 
.allpagesredirect a, .redirect-in-category a { font-style: italic; color: #888; }
 
 
 
/* creates a div class that can be used to add mouse-over functionality. */
 
/* hoverexpand will expand to fit the content vertically when hovered-over. Best used within tables or other divs. */
 
.hoverexpand {
 
height: 18px;
 
padding: 2px;
 
overflow: hidden;
 
*overflow: visible;
 
_overflow: visible;
 
 
}
 
}
  
.hoverexpand:hover {
+
.whitelinks a, .whitelinks a:link, .whitelinks a:visited, .whitelinks a:hover, .whitelinks a:active, .whitelinks a span {
height: 100% !important;
+
  color: white !important;
overflow: visible;
 
 
}
 
}
  
Строка 384: Строка 364:
 
}
 
}
  
/* MAIN PAGE DESIGN CSS */
+
/* creates a div class that can be used to add mouse-over functionality. */
body.page-Main_Page #t-cite,
+
/* hoverexpand will expand to fit the content vertically when hovered-over. Best used within tables or other divs. */
body.page-Main_Page #footer-info-lastmod,
+
.hoverexpand {
body.page-Main_Page #siteSub,
+
height: 18px;
body.page-Main_Page #contentSub,
+
padding: 2px;
body.page-Main_Page h1.firstHeading {
+
overflow: hidden;
display: none !important;
+
*overflow: visible;
 +
_overflow: visible;
 
}
 
}
  
body.page-Main_Page #content { background-color: #E0F2B6;
+
.hoverexpand:hover {
}
+
height: 100% !important;
 
+
overflow: visible;
/* EDITORS HUB DESIGN CSS */
 
body.page-Bulbapedia_Editor_s_Hub #t-cite,
 
body.page-Bulbapedia_Editor_s_Hub #lastmod,
 
body.page-Bulbapedia_Editor_s_Hub #footer-info-lastmod,
 
body.page-Bulbapedia_Editor_s_Hub #siteSub,
 
body.page-Bulbapedia_Editor_s_Hub #contentSub,
 
body.page-Bulbapedia_Editor_s_Hub h1.firstHeading {
 
display: none !important;
 
 
}
 
}
  
body.page-Bulbapedia_Editor_s_Hub #content { background-color: #E0F2B6;
+
/* Футер */
}
+
#footer-poweredbyico { display: none; }
 
 
/* Make the list of references smaller */
 
ol.references,
 
div.reflist,
 
div.refbegin {
 
    font-size: 90%;
 
}
 
 
 
/* Restore category box to pre-MediaWiki 1.18.0 margins */
 
#catlinks li {
 
    margin: 0 0;
 
    padding: 0 0.4em;
 
}
 
 
 
#catlinks li:first-child {
 
    padding-left: 0;
 
}
 
 
 
/* Bulba-style gallery */
 
li.gallerybox {
 
    border: 1px solid #80964B;
 
    display: inline-block;
 
    vertical-align: top;
 
    background: #C4E673;
 
    height: 205px;
 
    border-radius: 10px;
 
    -moz-border-radius: 10px;
 
    -webkit-border-radius: 10px;
 
    -khtml-border-radius: 10px;
 
    -icab-border-radius: 10px;
 
    -o-border-radius: 10px;
 
}
 
 
 
li.gallerybox div.thumb {
 
    background-color: #E0F2B6;
 
    border: 1px solid #80964B;
 
    margin: 2px 2px 0px 2px;
 
    text-align: center;
 
    border-radius: 10px;
 
    -moz-border-radius: 10px;
 
    -webkit-border-radius: 10px;
 
    -khtml-border-radius: 10px;
 
    -icab-border-radius: 10px;
 
    -o-border-radius: 10px;
 
}
 
 
 
div.gallerytext {
 
    font-size: 85%;
 
    line-height: 12px;
 
    overflow: hidden;
 
    padding: 0px 4px;
 
    word-wrap: break-word;
 
    height: 50px;
 
}
 
 
 
.mw-plusminus-pos {
 
    border-bottom: 1px dotted;
 
    cursor: help;
 
}
 
 
 
.mw-plusminus-neg {
 
    border-bottom: 1px dotted;
 
    cursor: help;
 
}
 
 
 
.mw-plusminus-null {
 
    border-bottom: 1px dotted;
 
    cursor: help;
 
}
 
 
 
.ns-0 .editsectionnew,
 
.ns-4 .editsectionnew,
 
.ns-6 .editsectionnew,
 
.ns-8 .editsectionnew,
 
.ns-10 .editsectionnew,
 
.ns-12 .editsectionnew,
 
.ns-14 .editsectionnew,
 
.ns-102 .editsectionnew,
 
.ns-104 .editsectionnew,
 
.ns-6 .editsection,
 
.ns-8 .editsection,
 
.ns-12 .editsection,
 
.ns-14 .editsection,
 
.ns-102 .editsection
 
{
 
display: none !important;
 
}
 

Текущая версия на 11:08, 1 апреля 2024

/** Размещённый здесь CSS будет применяться ко всем темам оформления */

/* [[wikipedia:ru:MediaWiki:Common.css|Википедия:Оформление таблиц]] */
.sc { font-variant: small-caps }

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

.bluetable .bg1, .blueinfobox .bg1, .lightbluebg { background: #f8f8ff; }
.graytable .bg1, .grayinfobox .bg1, .lightgraybg { background: #f8f8f8; }
.blueborder { border: 1px solid #88a; }
.grayborder { border: 1px solid #999; }

.bluetable .bg2, .blueinfobox .bg2 { background: #eef; }
.bluetable .bg3, .blueinfobox .bg3 { background: #ddf; }
.bluetable .bg4, .blueinfobox .bg4 { background: #ccf; }

.graytable .bg2, .grayinfobox .bg2 { background: #f0f0f0; }
.graytable .bg3, .grayinfobox .bg3 { background: #e1e1e1; }
.graytable .bg4, .grayinfobox .bg4 { background: #d2d2d2; }

.bluetable, .graytable, .blueinfobox, .grayinfobox {
  border-collapse: collapse;
}

.blueinfobox, .grayinfobox {
  float: right;
  clear: right;
  margin: 0 0 0.5em 0.5em;
}

.blueinfobox { background: #f8f8ff; }
.grayinfobox { background: #f8f8f8; }

.bluetable, .blueinfobox { border: 1px solid #88a; }
.graytable, .grayinfobox { border: 1px solid #999; }

.bluetable td, .bluetable th, .blueinfobox td, .blueinfobox th { border: 1px solid #88a; }
.graytable td, .graytable th, .graytable td, .graytable th { border: 1px solid #999; }

.bluetable td, .bluetable th, .graytable td, .graytable th, 
.blueinfobox td, .blueinfobox th, .graytable td, .graytable th {
  padding: 2px;
}

.bluetable td, .bluetable th, .blueinfobox td, .blueinfobox th { border: 1px solid #88a; }
.graytable td, .graytable th, .grayinfobox td, .grayinfobox th { border: 1px solid #999; }

.bluetable th { background: #ccf; }
.graytable th { background: #d2d2d2; }

.bluetable th:first-child, .graytable th:first-child, .blueinfobox th, .grayinfobox th {
  text-align: right;
}

.bluetable .divider, .blueinfobox .divider, .bluetable .header, .blueinfobox .header,
.graytable .divider, .grayinfobox .divider, .graytable .header, .grayinfobox .header {
  text-align: center !important;
}

.bluetable .header, .bluetable .divider, .blueinfobox .header { background: #ccf; }
.graytable .header, .graytable .divider, .grayinfobox .header { background: #d2d2d2; }
.blueinfobox .divider { background: #eef; }
.grayinfobox .divider { background: #f0f0f0; }

.normalbg { background: rgb(183,173,150); color: white; }
.fightingbg { background: rgb(192,48,40); color: white; }
.flyingbg { background: rgb(168,144,240); color: white; }
.poisonbg { background: rgb(160,64,160); color: white; }
.groundbg { background: rgb(214,182,94); color: white; }
.rockbg { background: rgb(112,88,72); color: white; }
.bugbg { background: rgb(160,184,32); color: white; }
.ghostbg { background: rgb(112,88,152); color: white; }
.steelbg { background: rgb(184,184,208); color: white; }
.grassbg { background: rgb(120,200,80); color: white; }
.firebg { background: rgb(240,124,40); color: white; }
.waterbg { background: rgb(104,144,240); color: white; }
.electricbg { background: rgb(238,194,38); color: white; }
.psychicbg { background: rgb(248,88,136); color: white; }
.icebg { background: rgb(142,206,206); color: white; }
.dragonbg { background: rgb(112,56,248); color: white; }
.darkbg { background: rgb(94,80,76); color: white; }

/* Реализация шаблона Roundy */
table.roundy, td.roundy
{
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 border-radius:10px;
}

table.center, td.center
{
 text-align:center;
}

span.versiondata, span.wordvariant { display:none; }


body
{
    background-color:transparent !important;
}
div#content, #p-cactions li a, #footer
{
    background-color:rgba(255,255,255,0.5) !important;
}
div#content
{
    float:none;
    margin-top:53px;
    border:1px solid black;
    margin-left:0px;
}

h1, h2, h3, h4, h5, h6
{
    border-color: black;
}

#p-logo, #pt-logout
{
    display: none !important;
}
#column-one
{
    position:absolute;
    width:100%;
    height:200px;
    top:0px;
    left:0px;
    padding:0px !important;
    margin:0px;
}
.generated-sidebar, #p-search, #p-tb, #p-navigation
{
    position:relative;
    display:inline;
    padding:0px;
    margin:0px;
}
.generated-sidebar, #p-tb, #p-navigation
{
    z-index:10;
}
#p-search
{
    z-index:5;
}
.generated-sidebar h5, #p-search h5, #p-tb h5, #p-navigation h5
{
	font-weight:bold;
	font-family:Helvetica, tahoma;
}
.pBody
{
    width:130px;
    position:absolute;
    top:12px;
    left:0px;
    z-index:100;
    display:none;
}
div#searchBody {
    display:block;
    position: static;
    margin-left: auto;
    padding-left: 5px;
    margin-top: -5px;
    padding: 0; border: 0; outline: none; background-color: transparent;
    z-index: 0;
}
label[for="searchInput"]
{
    display:none;
}
#p-search .pBody {
    width: 250px !important;
    text-align: left
}

#p-search .pBody #searchInput {
    width: 48%;
    margin-left: auto;
    margin-right: auto
}
.generated-sidebar:hover .pBody, #p-search:hover .pBody, #p-tb:hover .pBody
{
     display:block;
}
#p-personal .pBody {
    display: block;
    position: static;
    text-align: right;
    width: 60%;
    margin-left: auto
}
#p-cactions .pBody
{
    display:block;
    padding:0px;
    margin-top:20px;
    text-align:left;
    background-color:transparent;
    width:100%;
    position:static;
}
#p-cactions
{
    left:10px;
}
#p-cactions li
{
    border-top-color:black;
    border-right-color:black;
    border-left-color:black;
    padding-bottom:3px;
}
#p-cactions li.selected
{
    border-top-color:gray;
    border-right-color:gray;
    border-left-color:gray;
}

.pBody a
{
    color:black !important;
}

/* Автоматически округленная таблица */
.roundtable {
  border-collapse: separate;
  border-radius: 10px;
  padding-bottom: 4px;
}

.roundtable td {
  background-color: white;
}

.roundtable tr:first-child th:first-child {
  border-top-left-radius: 5px;
}

.roundtable tr:first-child th:last-child {
  border-top-right-radius: 5px;
}

/* Link color override */
.blacklinks a, .blacklinks a:link, .blacklinks a:visited, .blacklinks a:hover, .blacklinks a:active, .blacklinks a span {
  color: black !important;
}

.whitelinks a, .whitelinks a:link, .whitelinks a:visited, .whitelinks a:hover, .whitelinks a:active, .whitelinks a span {
  color: white !important;
}

/* cutting down on the usage of Template:Roundy with div and table classes for use in larger pages. */
.roundy {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-icab-border-radius: 10px;
-o-border-radius: 10px;
}

.roundytl {
border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-khtml-border-top-left-radius: 10px;
-icab-border-top-left-radius: 10px;
-o-border-top-left-radius: 10px;
}

.roundytr {
border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-icab-border-top-right-radius: 10px;
-o-border-top-right-radius: 10px;
}

.roundybl {
border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
-icab-border-bottom-left-radius: 10px;
-o-border-bottom-left-radius: 10px;
}

.roundybr {
border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
-icab-border-bottom-right-radius: 10px;
-o-border-bottom-right-radius: 10px;
}

.roundybottom {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
-icab-border-bottom-left-radius: 10px;
-icab-border-bottom-right-radius: 10px;
-o-border-bottom-left-radius: 10px;
-o-border-bottom-right-radius: 10px;
}

.roundytop {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-khtml-border-top-left-radius: 10px;
-khtml-border-top-right-radius: 10px;
-icab-border-top-left-radius: 10px;
-icab-border-top-right-radius: 10px;
-o-border-top-left-radius: 10px;
-o-border-top-right-radius: 10px;
}

.roundyleft {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-khtml-border-top-left-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
-icab-border-top-left-radius: 10px;
-icab-border-bottom-left-radius: 10px;
-o-border-top-left-radius: 10px;
-o-border-bottom-left-radius: 10px;
}

.roundyright {
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-icab-border-bottom-right-radius: 10px;
-icab-border-top-right-radius: 10px;
-o-border-bottom-right-radius: 10px;
-o-border-top-right-radius: 10px;
}

/* creates a div class that can be used to add mouse-over functionality. */
/* hoverexpand will expand to fit the content vertically when hovered-over. Best used within tables or other divs. */
.hoverexpand {
height: 18px;
padding: 2px;
overflow: hidden;
*overflow: visible;
_overflow: visible;
}

.hoverexpand:hover {
height: 100% !important;
overflow: visible;
}

/* Футер */
#footer-poweredbyico { display: none; }