summaryrefslogtreecommitdiffstats
path: root/styling/style.css
blob: 4f2cb409bafbb8afa0d7acba895bcaa68529c190 (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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
/*
 Junicode.ttf,Junicode-Italic.ttf,Junicode-Bold.ttf are Unicode fonts
 available under the SIL Open Font License, for more details, visit
 the project's web-page : http://junicode.sourceforge.net/
*/ 
@font-face {
 font-family:junicode;
 src: url('fonts/Junicode.ttf');
 font-style:normal;
}
@font-face {
 font-family:junicode;
 src: url('fonts/Junicode-Italic.ttf');
 font-style:oblique;
}
@font-face {
 font-family:junicode;
 src: url('fonts/Junicode-Bold.ttf');
 font-weight:bold;
}
article {
    font-size:1.188em;
    font-style:normal;
    font-family:junicode,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{
    margin-left:auto;
    margin-right:auto;
    border:1px;
    padding:5px;
    width:70%;
    text-align:justify;
    -moz-word-wrap:break-word;
}
.center {
    text-align:center;
}

blockquote {
    font-style:oblique;
    color:#787878;
    background-color:#fcfcfc;
    margin-left:auto;
    margin-right:auto;
    border:1px;
    padding:5px;
    width:67%;
}
code {
    border: 1px;
    padding: 1px;
    font-size:0.625em;
    font-family:monospace; 
}

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,serif;
    text-align:center;
    color:#686868;
    margin-left:auto;
    margin-right:auto;
    border:1px; 
    padding:5px;
    width:7%;
}

footer {
    font-size:0.7em;
    font-family:junicode,footer;
    text-align:center;
    color:#686868;
    margin-left:auto;
    margin-right:auto;
    border:1px; 
    padding:5px;
    width:30%;
}

/*

LinLibertine_aS.ttf is part of the linuxlibertine font package, it is
licensed under the GPLv2 and SIL Open Font License (version 1.0).

for more details about this font, visit their project page at
sourceforge.net :
http://sourceforge.net/projects/linuxlibertine/
*/

@font-face {
 font-family:scruf;
 src: url('fonts/LinLibertine_aS.ttf');
}
div.scruf {
    font-size:.9em;
    font-family:scruf,serif;
    text-align:center;
    color:#bcbcbc;
    margin-left:auto;
    margin-right:auto;
    border:1px; 
    padding:5px;
    width:40%;

}