| Line 2: |
Line 2: |
| | h3 { | | h3 { |
| | border-bottom: 1px dashed #aaa; | | border-bottom: 1px dashed #aaa; |
| | + | } |
| | + | /* Except for one in top menu */ |
| | + | h3#p-cactions-label { |
| | + | border-bottom: none; |
| | + | } |
| | + | |
| | + | /* Main Page columns style */ |
| | + | div.m_left { |
| | + | float:left; |
| | + | width: 33%; |
| | + | } |
| | + | div.m_center { |
| | + | float:left; |
| | + | width: 33%; |
| | + | margin-left: 0.5%; |
| | + | } |
| | + | div.m_right { |
| | + | float:right; |
| | + | width: 33%; |
| | + | } |
| | + | |
| | + | /* Nice touch for TOCs */ |
| | + | #toc, |
| | + | .toc { |
| | + | background: #f9f9f9 url('/images/criu-logo-bg-trans.png') no-repeat bottom right; |
| | } | | } |
| | | | |
| Line 171: |
Line 196: |
| | /* CSS background highlight */ | | /* CSS background highlight */ |
| | span.mw-headline { | | span.mw-headline { |
| − | background-color: transparent; | + | text-shadow: none; |
| | } | | } |
| | span.mw-headline:target { | | span.mw-headline:target { |
| − | -webkit-animation: hilite-background 5s; | + | text-shadow: 0px 0px 2px #fbff0f; |
| − | -moz-animation: hilite-background 5s;
| |
| − | -ms-animation: hilite-background 5s;
| |
| − | -o-animation: hilite-background 5s;
| |
| | animation: hilite-background 5s; | | animation: hilite-background 5s; |
| − | }
| |
| − | @-webkit-keyframes hilite-background {
| |
| − | 0% {background-color: transparent;}
| |
| − | 30% {background-color: #990000;}
| |
| − | 100% {background-color: transparent;}
| |
| − | }
| |
| − | @-moz-keyframes hilite-background {
| |
| − | 0% {background-color: transparent;}
| |
| − | 30% {background-color: #990000;}
| |
| − | 100% {background-color: transparent;}
| |
| − | }
| |
| − | @-ms-keyframes hilite-background {
| |
| − | 0% {background-color: transparent;}
| |
| − | 30% {background-color: #990000;}
| |
| − | 100% {background-color: transparent;}
| |
| − | }
| |
| − | @-o-keyframes hilite-background {
| |
| − | 0% {background-color: transparent;}
| |
| − | 30% {background-color: #990000;}
| |
| − | 100% {background-color: transparent;}
| |
| | } | | } |
| | @keyframes hilite-background { | | @keyframes hilite-background { |
| − | 0% {background-color: transparent;} | + | 0% {text-shadow: none;} |
| − | 30% {background-color: #990000;} | + | 15% {text-shadow: 0px 0px 20px #fbff0f;} |
| − | 100% {background-color: transparent;} | + | 30% {text-shadow: 0px 0px 2px #fbff0f;} |
| | + | 45% {text-shadow: 0px 0px 20px #fbff0f;} |
| | + | 100% {text-shadow: 0px 0px 2px #fbff0f;} |
| | } | | } |