summaryrefslogtreecommitdiffstats
path: root/styling/style.css
blob: 17e41a49f0d14a143b26aef4690e25032e53f579 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
article {
    font-size:1.50em; /* 1.88 */
    font-style:normal;
    font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif;
    color:#686868;
    margin-left:auto;
    margin-right:auto;
    border:1px; 
    padding:5px;
    width:97%;
    box-shadow: 1px 1.5px 3px 0.5px #bababa;	
}

h1, h2, h3, h4 {
    margin-left:auto;
    margin-right:auto;
    border:1px;
    padding:5px;
    width:75%;
    text-align:center;
}
p, i, b{
    margin-left:auto;
    margin-right:auto;
    border:1px;
    padding:5px;
    width:70%;
    text-align:justify;
    line-height:170%;
    /*-moz-word-wrap:break-word;*/
}
.center {
    text-align:center;
}

blockquote {
    font-size:0.77em;
    font-style:oblique;
    color:#787878;
    text-align:justify;	
    background-color:#fcfcfc;
    margin-left:auto;
    margin-right:auto;
    border:1px;
    padding:5px;
    width:60%;
}

span.monospace {
    border: 1px;
    padding: 1px;
    font-size:0.625em;
    font-family:monospace;
}

div.code {
	font-family:monospace;
	font-size:0.625em;
	background-color:#fcfcfc;
    margin-left:auto;
    margin-right:auto;
    border:1px;
    padding:5px;
    width:65%;
}

img {
    margin-left:auto;
    margin-right:auto;
    display:block;
    border: 1px;
    padding: 10px;
}
a:link,a:visited {
 transition:border-bottom 0.3s, color 0.3s;
 -moz-transition:border-bottom 0.3s, color 0.3s;
 -webkit-transition:border-bottom 0.3s, color 0.3s;
 -o-transition:border-bottom 0.3s, color 0.3s;
 color:#686868;	 
 border-bottom:1px dotted #d9d9d9;
 text-decoration:none;
}
a:hover,a:active {
 color:#000000;
 border-bottom: 1px;
 text-decoration:none;
}

div.back {
    font-size:0.9em;
    font-family:junicode,"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif;
    text-align:center;
    color:#686868;
    margin-left:auto;
    margin-right:auto;
    border:1px; 
    padding:5px;
    width:7%;
}

footer {
    font-size:0.8em;
    font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif;
    text-align:center;
    color:#686868;
    margin-left:auto;
    margin-right:auto;
    border:1px; 
    padding:5px;
    width:40%;
}

div.scruf {
    font-size:0.9em;
    font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif;
    text-align:center;
    color:#bcbcbc;
    margin-left:auto;
    margin-right:auto;
    border:1px; 
    padding:5px;
    width:40%;

}