4476
by Christian Dywan
Add about.css, missing from 'Split about.css' |
1 |
/*
|
2 |
about: page style template for Midori.
|
|
3 |
This file is licensed under the terms of the expat license, see the file EXPAT.
|
|
4 |
*/
|
|
5 |
body { |
|
6230.1.10
by Alexander Wilms
Tweaking |
6 |
background-color: #dedede; |
6230.1.3
by Alexander Wilms
tweaking |
7 |
color: #222222; |
6230.1.6
by Alexander Wilms
tweaking |
8 |
font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif; |
9 |
font-size: 14px; |
|
10 |
font-style: normal; |
|
11 |
font-variant: normal; |
|
12 |
font-weight: normal; |
|
13 |
margin-top: 100px; |
|
4476
by Christian Dywan
Add about.css, missing from 'Split about.css' |
14 |
}
|
15 |
||
5034
by Christian Dywan
Handle RTL in special pages (errors) |
16 |
html[dir="rtl"] #icon { |
6230.1.1
by Alexander Wilms
Better error page |
17 |
float: right; |
18 |
padding-right: 1%; |
|
5034
by Christian Dywan
Handle RTL in special pages (errors) |
19 |
}
|
20 |
||
6230.1.5
by Alexander Wilms
tweaking |
21 |
.indent { |
6244.3.2
by Christian Dywan
Use percentage for error icon margin |
22 |
margin-left: 5%; |
6230.1.5
by Alexander Wilms
tweaking |
23 |
}
|
24 |
||
4476
by Christian Dywan
Add about.css, missing from 'Split about.css' |
25 |
#main { |
6230.1.13
by Alexander Wilms
fix icon position |
26 |
max-width: 50%; |
27 |
margin-left: auto; |
|
28 |
margin-right: auto; |
|
29 |
min-width: 480px; |
|
30 |
background-repeat: no-repeat; |
|
31 |
background-color: #ffffff; |
|
32 |
border: 1px solid rgba(0, 0, 0, .3); |
|
33 |
padding: 25px; |
|
34 |
-webkit-border-radius: 4px; |
|
35 |
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1); |
|
36 |
background-position-x: 22px; |
|
37 |
background-position-y: 54px; |
|
4476
by Christian Dywan
Add about.css, missing from 'Split about.css' |
38 |
}
|
39 |
||
6230.1.6
by Alexander Wilms
tweaking |
40 |
#text { |
6244.3.2
by Christian Dywan
Use percentage for error icon margin |
41 |
margin-left: 15%; |
6230.1.6
by Alexander Wilms
tweaking |
42 |
}
|
43 |
||
4476
by Christian Dywan
Add about.css, missing from 'Split about.css' |
44 |
h1 { |
6230.1.6
by Alexander Wilms
tweaking |
45 |
font-family: 'Open Sans', 'Droid Sans', arial, sans-serif; |
46 |
font-size: 32px; |
|
47 |
font-style: normal; |
|
48 |
font-variant: normal; |
|
6230.1.3
by Alexander Wilms
tweaking |
49 |
font-weight: 300; |
6230.1.17
by Alexander Wilms
Fixes |
50 |
width: 100%; |
51 |
overflow: hidden; |
|
6230.1.1
by Alexander Wilms
Better error page |
52 |
text-overflow: ellipsis; |
5034
by Christian Dywan
Handle RTL in special pages (errors) |
53 |
}
|
54 |
||
55 |
html[dir="ltr"] #logo { |
|
56 |
right: 15px; |
|
57 |
}
|
|
58 |
||
59 |
html[dir="rtl"] #logo { |
|
60 |
left: 15px; |
|
4476
by Christian Dywan
Add about.css, missing from 'Split about.css' |
61 |
}
|
62 |
||
63 |
button span, |
|
64 |
button img { |
|
65 |
vertical-align: middle; |
|
66 |
padding: 2px 1px; |
|
67 |
}
|
|
68 |
||
6230.1.9
by Alexander Wilms
Made msot changes suggested by kalikiana and DanRabbit |
69 |
button { |
70 |
font-size: 14px; |
|
71 |
}
|
|
72 |
||
6230.1.5
by Alexander Wilms
tweaking |
73 |
.message { |
6230.1.2
by Alexander Wilms
adapts better to resizing |
74 |
overflow: hidden; |
75 |
text-overflow: ellipsis; |
|
4476
by Christian Dywan
Add about.css, missing from 'Split about.css' |
76 |
}
|
77 |
||
6230.1.5
by Alexander Wilms
tweaking |
78 |
.description { |
6230.1.2
by Alexander Wilms
adapts better to resizing |
79 |
font-size: 1em; |
80 |
overflow: hidden; |
|
81 |
text-overflow: ellipsis; |
|
6230.1.3
by Alexander Wilms
tweaking |
82 |
}
|
83 |
||
84 |
#suggestions { |
|
85 |
overflow: hidden; |
|
86 |
text-overflow: ellipsis; |
|
87 |
}
|
|
88 |
||
6230.1.6
by Alexander Wilms
tweaking |
89 |
#button { |
90 |
text-align: right; |
|
91 |
}
|
|
92 |
||
6230.1.9
by Alexander Wilms
Made msot changes suggested by kalikiana and DanRabbit |
93 |
#logo { |
94 |
position: absolute; bottom: 15px; |
|
95 |
z-index: -1; |
|
96 |
}
|
|
97 |
||
98 |
form { |
|
99 |
margin-bottom: 0px; |
|
4476
by Christian Dywan
Add about.css, missing from 'Split about.css' |
100 |
}
|