First Commit
[kimblog.git/.git] / css / kpost.css
1 html{
2         background: aliceblue;
3 }
4 .copyright{
5         position: absolute;
6         width: 98%;
7         margin: 0px;
8         padding: 1%;
9         bottom: 0px;
10         left: 0px;
11         color: white;
12         background: #30303c;
13 }
14 .copyright a{
15         color: white;
16 }
17 body{
18         margin: 0px;
19 }
20 .title{
21         width: 98%;
22         font-family: verdana;
23         background: #30303c;
24         color: white;
25         padding: 1%;
26         margin-bottom: 1%;
27 }
28 .title h1{
29         margin: 0px;
30         margin-left: 23%;
31 }
32 .short{
33         width: 80%;
34         display: block;
35         margin: auto;
36         box-shadow: 0px 1px 7px 0px black;
37         background: #30303c;
38         color: white;
39         border-radius: 10px;
40         padding: 1%;
41         font-family: arial;
42 }
43 @media (orientation:landscape){
44         .short{
45                 width:50%;
46         }
47 }
48
49 .comeback{
50         margin-left: 24%;
51         font-size: 20px;
52         font-family: Verdana;
53 }
54 @media (orientation:portrait){
55         .comeback{
56                 margin-left: 10%;
57         }
58 }
59