| 123456789101112131415161718192021222324252627282930313233343536373839 |
- /* Main reports page. */
- section.report{
- width: 40%;
- display: inline-block;
- vertical-align: top;
- margin: 0.5em;
- }
- @media screen and (max-width : 990px){
- section.report{
- width: 90%;
- margin: 0.5em auto;
- display: block;
- }
- }
- section.report article{
- text-align: left;
- }
- section.report article h3{
- color: #ffffff;
- text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
- font-size: 190%;
- margin: 0.2em;
- }
- section.report article img{
- float: right;
- height: 5em;
- width: 5em;
- margin: 0.5em;
- border-radius: 15%;
- background: #444444;
- border: 0.2em solid #777777;
- }
- section.report article p{
- color: #ffffff;
- }
|