|
|
| Строка 137: |
Строка 137: |
| #sidebar { | | #sidebar { |
| margin-top: 25px; | | margin-top: 25px; |
| }
| |
|
| |
| #globalWrapper * {
| |
| color: orange;
| |
| border-color: orange !important;
| |
| }
| |
|
| |
| #content {
| |
| background: rgba(0,0,0,0)
| |
| }
| |
|
| |
| #column-one * {
| |
| background-color: black;
| |
| }
| |
|
| |
| #p-cactions * {
| |
| background-color: black !important;
| |
| }
| |
|
| |
| .mw-inputbox-centered * {
| |
| background-color: black !important;
| |
| }
| |
|
| |
| #footer {
| |
| background-color: black !important;
| |
| }
| |
|
| |
| figure, .thumb {
| |
| background-color: black !important;
| |
| }
| |
|
| |
| .mwe-popups {
| |
| background-image: url("https://i1.sndcdn.com/avatars-000029068730-6jxy7h-t1080x1080.jpg");
| |
| background-size: cover;
| |
| }
| |
|
| |
| #sidebar, .toc {
| |
| background-color: rgba(0,0,0,0) !important;
| |
| }
| |
|
| |
| #globalWrapper {
| |
| background-image: url("https://i.ytimg.com/vi/VlWHepmOtTc/maxresdefault.jpg");
| |
| }
| |
|
| |
| a {
| |
| color: blue !important;
| |
| }
| |
|
| |
| a.new {
| |
| color: #c20 !important;
| |
| } | | } |