2013-10-24 03:45:02 +00:00
|
|
|
/*
|
|
|
|
about: page style template for Midori.
|
|
|
|
This file is licensed under the terms of the expat license, see the file EXPAT.
|
|
|
|
*/
|
|
|
|
body {
|
2015-09-12 00:47:06 +00:00
|
|
|
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;
|
2013-10-24 03:45:02 +00:00
|
|
|
}
|
|
|
|
|
2015-09-12 00:47:06 +00:00
|
|
|
html[dir="rtl"] #icon {
|
|
|
|
float: right;
|
|
|
|
padding-right: 1%;
|
2013-10-24 03:45:02 +00:00
|
|
|
}
|
|
|
|
|
2015-09-12 00:47:06 +00:00
|
|
|
.indent {
|
|
|
|
margin-left: 5%;
|
2013-10-24 03:45:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#main {
|
2015-09-12 00:47:06 +00:00
|
|
|
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;
|
2013-10-24 03:45:02 +00:00
|
|
|
}
|
|
|
|
|
2015-09-12 00:47:06 +00:00
|
|
|
#text {
|
|
|
|
margin-left: 15%;
|
2013-10-24 03:45:02 +00:00
|
|
|
}
|
|
|
|
|
2015-09-12 00:47:06 +00:00
|
|
|
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;
|
2013-10-24 03:45:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
html[dir="ltr"] #logo {
|
|
|
|
right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html[dir="rtl"] #logo {
|
|
|
|
left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button span,
|
|
|
|
button img {
|
|
|
|
vertical-align: middle;
|
|
|
|
padding: 2px 1px;
|
|
|
|
}
|
|
|
|
|
2015-09-12 00:47:06 +00:00
|
|
|
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;
|
2013-10-24 03:45:02 +00:00
|
|
|
}
|
|
|
|
|
2015-09-12 00:47:06 +00:00
|
|
|
form {
|
|
|
|
margin-bottom: 0px;
|
2013-10-24 03:45:02 +00:00
|
|
|
}
|