|
|
Строка 7: |
Строка 7: |
| | | |
| | | |
- | body {
| + | #generated-sidebar portlet |
- | background: #F8F8F8;
| + | width:100%; |
- | }
| + | |
- |
| + | |
- | #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;}
| + | |