[Xfce4-commits] <midori:master> Add about.css, missing from 'Split about.css'
Christian Dywan
noreply at xfce.org
Sun Jan 29 18:12:01 CET 2012
Updating branch refs/heads/master
to e16e1d14d423b4fedeedb3789591f3267c71533e (commit)
from fa12a3fc520bf3438cbed19a6991c19c7cad460f (commit)
commit e16e1d14d423b4fedeedb3789591f3267c71533e
Author: Christian Dywan <christian at twotoasts.de>
Date: Sun Jan 29 18:09:26 2012 +0100
Add about.css, missing from 'Split about.css'
data/about.css | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/data/about.css b/data/about.css
new file mode 100644
index 0000000..8448486
--- /dev/null
+++ b/data/about.css
@@ -0,0 +1,57 @@
+/*
+ about: page style template for Midori.
+ This file is licensed under the terms of the expat license, see the file EXPAT.
+ */
+body {
+ background-color: #eee;
+ margin: 0;
+ padding: 0;
+}
+
+#container {
+ background: #f6fff3;
+ min-width: 70%;
+ max-width: 70%;
+ margin: 2em auto 1em;
+ padding: 1em;
+ border: 0.2em solid #9acb7f;
+ -webkit-border-radius: 1em;
+}
+
+icon {
+ float: left;
+ padding-left: 1%;
+ padding-top: 1%;
+}
+
+#main {
+ float: right;
+ width: 90%;
+}
+
+h1 {
+ font-size: 1.4em;
+ font-weight: bold;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
+#logo {
+ position: absolute; right: 15px; bottom: 15px;
+ z-index: -1;
+}
+
+button span,
+button img {
+ vertical-align: middle;
+ padding: 2px 1px;
+}
+
+message {
+ font-size: 1.1em;
+}
+
+description {
+ font-size: 1em;
+}
More information about the Xfce4-commits
mailing list