summaryrefslogtreecommitdiffstats
path: root/third_party/lighttpd/style
diff options
context:
space:
mode:
authorinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-27 00:38:33 +0000
committerinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-27 00:38:33 +0000
commit584cd5cbd7be997400ccb8db24ae5410b0b88117 (patch)
tree083e5f1f48d019e0f07b96fef7179483df53c823 /third_party/lighttpd/style
parentf5b16fed647e941aa66933178da85db2860d639b (diff)
downloadchromium_src-584cd5cbd7be997400ccb8db24ae5410b0b88117.zip
chromium_src-584cd5cbd7be997400ccb8db24ae5410b0b88117.tar.gz
chromium_src-584cd5cbd7be997400ccb8db24ae5410b0b88117.tar.bz2
Add third_party to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/lighttpd/style')
-rw-r--r--third_party/lighttpd/style/newstyle.css49
-rw-r--r--third_party/lighttpd/style/oldstyle.css25
2 files changed, 74 insertions, 0 deletions
diff --git a/third_party/lighttpd/style/newstyle.css b/third_party/lighttpd/style/newstyle.css
new file mode 100644
index 0000000..26f91d3
--- /dev/null
+++ b/third_party/lighttpd/style/newstyle.css
@@ -0,0 +1,49 @@
+body {
+ background-color: #F5F5F5;
+}
+a, a:active {
+ text-decoration: none;
+ color: blue;
+}
+a:visited {
+ color: #48468F;
+}
+a:hover, a:focus {
+ text-decoration: underline;
+ color: red;
+}
+h2 {
+ margin-bottom: 12px;
+}
+table {
+ margin-left: 12px;
+}
+th, td {
+ font-family: "Courier New", Courier, monospace;
+ font-size: 10pt;
+ text-align: left;
+}
+th {
+ font-weight: bold;
+ padding-right: 14px;
+ padding-bottom: 3px;
+}
+td {
+ padding-right: 14px;
+}
+td.s, th.s {
+ text-align: right;
+}
+div.list {
+ background-color: white;
+ border-top: 1px solid #646464;
+ border-bottom: 1px solid #646464;
+ padding-top: 10px;
+ padding-bottom: 14px;
+}
+div.foot {
+ font-family: "Courier New", Courier, monospace;
+ font-size: 10pt;
+ color: #787878;
+ padding-top: 4px;
+}
diff --git a/third_party/lighttpd/style/oldstyle.css b/third_party/lighttpd/style/oldstyle.css
new file mode 100644
index 0000000..f3e26db
--- /dev/null
+++ b/third_party/lighttpd/style/oldstyle.css
@@ -0,0 +1,25 @@
+table {
+ border: 1px solid black;
+ padding: 1px;
+}
+th {
+ background-color: black;
+ border: 1px solid white;
+ color: white;
+ padding-right: 2px;
+ padding-left: 2px;
+}
+td {
+ background-color: #f0f0f0;
+ border: 1px solid white;
+ padding-right: 2px;
+ padding-left: 2px;
+}
+td.s {
+ background-color: #f0f0f0;
+ text-align: right;
+ padding-left: 14px;
+}
+div.foot {
+ margin-top: 4px;
+}