|
|
Line 38: |
Line 38: |
|
| |
|
|
| |
|
| | /* Page title. Appears at the top of articles right beneath the page control buttons. */ |
| .firstHeading { | | .firstHeading { |
| position: relative;
| | color: rgb(20, 125, 190); |
| left: -4px;
| | font-weight: bold; |
| top: 0px;
| |
| margin-top: 0px;
| |
| width: 100%;
| |
| clear: both;
| |
| padding: 10px 0px 10px 3px;
| |
| background-color: transparent;
| |
| color: rgb(20, 125, 190);
| |
| font-family: Verdana;
| |
| font-weight: bold;
| |
| text-align: left;
| |
| text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
| |
| border: none;
| |
| } | | } |
|
| |
|