~midori/midori/gtk3WebKit2only

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
/*
 about: page style template for Midori.
 This file is licensed under the terms of the expat license, see the file EXPAT.
 */
body {
   background-color: #dedede;
    color: #222222;
    font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-top: 100px;
}

html[dir="rtl"] #icon {
    float: right;
    padding-right: 1%;
}

.indent {
    margin-left: 5%;
}

#main {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    min-width: 480px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 25px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    background-position-x: 22px;
    background-position-y: 54px;
}

#text {
    margin-left: 15%;
}

h1 {
    font-family: 'Open Sans', 'Droid Sans', arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

html[dir="ltr"] #logo {
   right: 15px;
}

html[dir="rtl"] #logo {
   left: 15px;
}

button span,
button img {
    vertical-align: middle;
    padding: 2px 1px;
}

button {
	font-size: 14px;
}

.message {
    overflow: hidden;
    text-overflow: ellipsis;
}

.description {
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#suggestions {
    overflow: hidden;
    text-overflow: ellipsis;
}

#button {
    text-align: right;
}

#logo {
   position: absolute; bottom: 15px;
   z-index: -1;
}

form {
	margin-bottom: 0px;
}