надоела мне старая тема лор-а (светлая) и решил я немного над ним извратиться. применительно пока только к странице новостей (ну дальше нее я редко хожу). собсно вот такой css вонзаем посредсвом stylish плагина к фаерфоксу и радуемся (или плачем - кому как).
-----------------------------------------------------------
* {
font-family: Courier New !important;
}
a {
text-decoration: none !important;
color: #666 !important;
}
a:hover {
border-bottom: 1px dashed #888 !important;
color: #888 !important;
}
.news h2 a {
color: #B4C24B !important;
border: none !important;
}
.news h2 a:hover {
color: #58BBEB !important;
border: none !important;
}
h1 a {
color: #E87830 !important;
border: none !important;
}
h1 a:hover {
color: #CC0000 !important;
border: none !important;
}
.news {
border-top: 1px solid #ccc !important;
}
#ibmdw {
display: none !important;
}
.news a {
border-bottom: 1px dashed #666 !important;
}
.news .entry-userpic a {
border: none !important;
}
.news .entry-userpic {
display: none !important;
}
.news .entry-body {
margin-left: 5px !important;
}
body {
text-align: center !important;
}
body * {
text-align: left !important;
max-width: 1200px !important;
margin: 0pt auto !important;
}
.newsblog {
float: none !important;
}
.column {
display: none !important;
}
.news {
margin-top: 25px !important;
padding-top: 20px !important;
}
body table {
display: none !important;
}
body * table {
display: block !important;
}
body center table a {
margin: 0px 35px !important;
}
>>>