Участник:Seemann/monobook.css

Материал из GTAModding.ru
< Участник:Seemann
Версия от 08:30, 26 марта 2009; Seemann (обсуждение | вклад)

(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

Замечание. Возможно, после сохранения вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl-F5 или Ctrl-R (⌘-R на Mac)
  • Google Chrome: Нажмите Ctrl-Shift-R (⌘-Shift-R на Mac)
  • Internet Explorer: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl-F5
  • Opera: Выберите очистку кэша в меню Инструменты → Настройки
 /*
<pre>
*/
#p-logo, #p-nav, #p-navigation, #p-search, #p-tb, #p-lang, #p-interaction {
  position: fixed;
}
/* add ~1.4em every time they add a navigation link */
#p-interaction {
  margin-top: 160px;
  top: 10.3em;
}
#p-search {
  margin-top: 160px;
  top: 17.8em;
}
#p-tb {
  margin-top: 160px;
  top: 23.6em;
}
/* These items make the side bar too big, IMHO */
#n-contact, #n-sitesupport, #n-Featured-articles {
  display: none;
}
 
/* Going to need to get creative with this one (why did they put the user bar/actions in the same div? why???) */
#p-lang {
  display: none; 
  margin-top: 160px;
  top: 25em;
}
#p-lang .pBody {
  height: 20em;
  overflow: scroll;
}
 
body {
  background-attachment: fixed;
  padding-right: 1em;
}
 
#footer {
  margin-left: 13.6em;
  border-left: 1px solid #fabd23;
  border-right: 1px solid #fabd23;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
}
 
.pBody {
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  border-left: none 0  !important;
}
 
#content {
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border: 1px solid #aaaaaa;
}
 
#p-cactions {
  margin-left: 15px;
}
#p-cactions li {
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  background-color: white;
}
#p-cactions li a {
  background: none transparent !important;
  border-bottom: solid white;
  padding-bottom: 1px;
}
#p-cactions #ca-editfirst a {
    padding-left: .4em;
    padding-right: .4em;
}
 
 
/* Some color to spruce it up --Astronouth7303 */
#p-navigation .pBody {
    border: 1px solid #FFC2C2;
    background: #fff5f5;
}
 
#p-interaction .pBody {
    border: 1px solid #C2FFC2;
    background: #f5fff5;
}
 
#p-tb .pBody {
    border: 1px solid #C2C2FF;
    background: #F5F5FF;
}
 
/*
</pre>
 */