Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /************************************************************************************************
- Для Firefox скопировать этот файл в следущий каталог:
- Linux — /home/USERNAME/.mozilla/firefox/YOUR_PROFILE.default/chrome
- Windows — C:\Users\USERNAME\AppData\Roaming\Mozilla\Firefox\Profiles\YOUR_PROFILE.default\chrome
- OS X — Users/USERNAME/Library/Application Support/Firefox/Profiles/YOUR_PROFILE.default/chrome
- ************************************************************************************************/
- @namespace url(http://www.w3.org/1999/xhtml);
- @-moz-document domain("www.linux.org.ru") {
- div#hd {
- position: fixed;
- top: 0;
- z-index: 1;
- width: 100%;
- }
- aside {
- position:sticky; top: 5em;
- }
- :target {
- padding-top: 3.5em !important;
- }
- header {
- padding-top: 1em;
- }
- body {
- padding-top: 4.5em;
- }
- html, body, .code, code {
- background: #3a3a3a !important;
- color: #b9b9b9 !important;
- font-size: 1em;
- max-width: none !important;
- }
- #sitetitle {
- color: #b9b9b9 !important;
- background: #333 !important;
- }
- h2 a {
- color: #b9b9b9 !important;
- }
- .menu a {
- color: #b9b9b9 !important;
- text-decoration: none;
- }
- #loginGreating a {
- color: #aaa !important;
- text-decoration: none;
- }
- .messages .msg:target {
- border: 1px solid #f0544c !important;
- }
- .menu, .infoblock, .boxlet,.messages .msg, .message-table .tag {
- background: #333 !important;
- border-radius: 0 !important;
- }
- #bd .forum table th, .btn-default, .message-table tr:hover {
- background: #333 !important;
- border-radius: 0 !important;
- }
- #bd .btn-selected {
- background: #f0544c !important;
- border-radius: 0 !important;
- }
- #bd .btn-primary {
- background: #3da640 !important;
- border-radius: 0 !important;
- }
- a {
- color: #b9b9b9 !important;
- }
- #bd .forum table tbody td {
- border: 1px solid #626262 !important;
- }
- #bd .forum table th {
- border: 1px solid #626262 !important;
- }
- /*#bd .forum table tbody td a {
- text-decoration: none !important;
- color: #b9b9b9 !important;
- }
- #bd a.tag, .message-table .tag {
- color: #b9b9b9 !important;
- }*/
- span.tag {
- display: none !important;
- }
- blockquote {
- border-left-color: #3a3a3a !important;
- }
- #bd .sign a, .stars {
- color: #f0544c !important;
- }
- #whois_userpic, .boxlet {
- background: #333 !important;
- border-radius: 0 !important;
- }
- }
Add Comment
Please, Sign In to add comment