summaryrefslogtreecommitdiff
path: root/src/manager/templates/static/style.css
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2007-10-26 14:10:02 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2007-10-26 14:10:02 +0000
commit49104abddf3d71d5abf5cf75dc7f95fa6c55fa63 (patch)
tree28f7a72e5dec4abf908fd7874bdab776281310bc /src/manager/templates/static/style.css
parent7b0305f59ddab9ea026b202a8c569912e5bf9a90 (diff)
downloadvyos-strongswan-49104abddf3d71d5abf5cf75dc7f95fa6c55fa63.tar.gz
vyos-strongswan-49104abddf3d71d5abf5cf75dc7f95fa6c55fa63.zip
[svn-upgrade] Integrating new upstream version, strongswan (4.1.8)
Diffstat (limited to 'src/manager/templates/static/style.css')
-rw-r--r--src/manager/templates/static/style.css122
1 files changed, 122 insertions, 0 deletions
diff --git a/src/manager/templates/static/style.css b/src/manager/templates/static/style.css
new file mode 100644
index 000000000..8a7f4960d
--- /dev/null
+++ b/src/manager/templates/static/style.css
@@ -0,0 +1,122 @@
+
+body {
+ font-family: Verdana, Helvetica, sans-serif;
+ font-size: .9em;
+ color: #230100;
+ background-color: #f7f4d3;
+ margin: 0;
+}
+
+.content {
+ text-align: center;
+}
+
+.content > * {
+ background-color: #e5bf5e;
+ border: solid 2px;
+ padding: .2em 1em .2em 1em;
+ margin: 1em;
+ text-align: left;
+}
+
+textarea, select, input {
+ background-color: #ffec9e;
+ border: 1px solid;
+ padding: 1px 3px 1px 3px;
+}
+
+.menu {
+ text-align: right;
+ background-color: #e5bf5e;
+ padding: 3px;
+ border-bottom: solid 2px;
+}
+
+a {
+ color: black;
+ text-decoration: none;
+}
+
+h1 {
+ margin-top: 1em;
+
+}
+
+hr {
+ border: solid 1px;
+}
+
+a img {
+ border: none;
+}
+
+.expand {
+}
+
+.expand h1 {
+ font-size: 1em;
+ cursor: pointer;
+ margin: 0;
+}
+
+.expand h1 span {
+ margin-left: 2em;
+ margin-right: 2em;
+}
+
+.center {
+ text-align: center;
+}
+
+.left {
+ text-align: left;
+}
+
+.right {
+ text-align: right;
+}
+
+.highlight {
+}
+
+.fleft {
+ margin-right: 2em;
+ float: left;
+}
+
+.fright {
+ float: left;
+}
+
+.cleft {
+ clear:left;
+}
+
+.cright {
+ clear:right;
+}
+
+.both {
+ clear:both;
+}
+
+.drawing {
+ border-collapse:collapse
+}
+
+.drawing .images {
+ height: 100px;
+}
+
+.drawing .images td {
+ padding: 0px;
+ width: 100px;
+}
+
+.drawing tr .left {
+ text-align: left;
+}
+.drawing tr .right {
+ text-align: right;
+}
+