KNOWLEDGE HYPERMARKET


MediaWiki:Monobook.css
Строка 5: Строка 5:
.portlet { width: 17em }
.portlet { width: 17em }
#p-cactions { left: 17em }
#p-cactions { left: 17em }
 +
 +
 +
body {
 +
background: #F8F8F8;
 +
}
 +
 +
#siteSub {
 +
    display: inline;
 +
    font-size: 100%;
 +
    font-weight: normal;
 +
    font-style: italic;
 +
}
 +
 +
/* Thanks to Wikipedia BIG TIME. */
 +
body.page-Main_Page #deleteconfirm, body.page-Portal_Wikipedia #deleteconfirm,
 +
body.page-Main_Page #t-cite,
 +
body.page-Main_Page #lastmod, body.page-Portal_Wikipedia #lastmod,
 +
body.page-Main_Page #siteSub, body.page-Portal_Wikipedia #siteSub,
 +
body.page-Main_Page #mw-revisiontag, body.page-Portal_Wikipedia #contentSub,
 +
body.page-Main_Page h1.firstHeading, body.page-Portal_Wikipedia h1.firstHeading {
 +
    display: none !important;
 +
}
 +
 +
 +
/*rss icon. see [[template talk:latest news]] */
 +
 +
*.rss {
 +
color: #FFFFFF; background-color: #FF5500; background-image: none !important; border-color: #FF5500; border-style: outset; text-decoration: none !important; padding-left: 0.2em; padding-right: 0.2em; border-width: 0.15em; font-size: 95%; line-height: 95%; font-family: verdana, sans-serif; font-weight: bold;
 +
}
 +
 +
/* hide heading for Main Page (Monobook skin only) */
 +
 +
BODY.page-Main_Page H1.firstHeading {
 +
    display: none;
 +
  }
 +
 +
/* hide category links for main page */
 +
BODY.page-Main_Page #catlinks {
 +
    display: none;
 +
}
 +
 +
s, strike {
 +
        color: #777 !important;
 +
}
 +
 +
/* move comment tab closer to talk tab */
 +
li#ca-talk {
 +
margin-right: 0.3em !important;
 +
}
 +
 +
li#ca-edit {
 +
margin-left: 1.6em !important;
 +
}
 +
 +
#coordinates { 
 +
    position: absolute;
 +
    z-index: 1;
 +
    border: none;
 +
    background: none;
 +
    right: 30px;
 +
    top: 3.7em;
 +
    float: right;
 +
    margin: 0.0em;
 +
    padding: 0.0em;
 +
    line-height: 1.5em;
 +
    text-align: right;
 +
    text-indent: 0;
 +
    font-size: 85%;
 +
    text-transform: none;
 +
    white-space: nowrap;
 +
}
 +
/* float in the title bar (Ex little FA icons in top-right corner) */
 +
/*! important is to overide legacy inline stuff */
 +
.float_in_title { position: absolute; z-index: 100; right: 20px; top: 20px  !important;}

Версия 14:02, 27 января 2010

/* Размещённый здесь CSS будет применяться к теме оформления Monobook */
#column-content { margin-left: -18em }
#column-content #content { margin-left: 18em }
#p-logo a, #p-logo a:hover { width: 18em }
.portlet { width: 17em }
#p-cactions { left: 17em }


body {
background: #F8F8F8;
}
 
#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
    font-style: italic;
}
 
/* Thanks to Wikipedia BIG TIME. */
body.page-Main_Page #deleteconfirm, body.page-Portal_Wikipedia #deleteconfirm,
body.page-Main_Page #t-cite,
body.page-Main_Page #lastmod, body.page-Portal_Wikipedia #lastmod, 
body.page-Main_Page #siteSub, body.page-Portal_Wikipedia #siteSub, 
body.page-Main_Page #mw-revisiontag, body.page-Portal_Wikipedia #contentSub, 
body.page-Main_Page h1.firstHeading, body.page-Portal_Wikipedia h1.firstHeading {
    display: none !important;
}
 
 
/*rss icon. see [[template talk:latest news]] */
 
*.rss {
color: #FFFFFF; background-color: #FF5500; background-image: none !important; border-color: #FF5500; border-style: outset; text-decoration: none !important; padding-left: 0.2em; padding-right: 0.2em; border-width: 0.15em; font-size: 95%; line-height: 95%; font-family: verdana, sans-serif; font-weight: bold;
}
 
/* hide heading for Main Page (Monobook skin only) */
 
BODY.page-Main_Page H1.firstHeading {
    display: none;
  }
 
/* hide category links for main page */
BODY.page-Main_Page #catlinks {
    display: none;
}
 
s, strike {
        color: #777 !important;
}
 
/* move comment tab closer to talk tab */
li#ca-talk {
	margin-right: 0.3em !important;
}
 
li#ca-edit {
	margin-left: 1.6em !important;
}
 
#coordinates {  
    position: absolute;
    z-index: 1;
    border: none;
    background: none;
    right: 30px;
    top: 3.7em;
    float: right;
    margin: 0.0em;
    padding: 0.0em;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}
/* float in the title bar (Ex little FA icons in top-right corner) */
/*! important is to overide legacy inline stuff */
.float_in_title { position: absolute; z-index: 100; right: 20px; top: 20px  !important;}