diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2008-03-23 16:35:24 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2008-03-23 16:35:24 +0000 |
| commit | d4efba2912586757418a8c16b970b7de6e0d3ab1 (patch) | |
| tree | 341c6e8168fe271ed9af53a8b1ae0fcc71e3e862 /css/site.css.orig | |
| parent | 0511fa3cdb4526f6922ec331725fb192bf9c5767 (diff) | |
Removed some old junk directories and files
Diffstat (limited to 'css/site.css.orig')
| -rw-r--r-- | css/site.css.orig | 161 |
1 files changed, 0 insertions, 161 deletions
diff --git a/css/site.css.orig b/css/site.css.orig deleted file mode 100644 index 29620ea..0000000 --- a/css/site.css.orig +++ /dev/null @@ -1,161 +0,0 @@ -body { - color: black; - background-color: white; - padding: 1%; -} - -table.smalltext td { - font-size: small; -} - -.indent { - padding-left: 1em; -} - -a img { - border: none; -} - -em { - font-weight: 600; -} - -p.nowrap { - white-space: nowrap; -} - -.bold-ital { - font-weight: bold; - font-style: italic; -} - -.small { - font-size: small; -} - -.x-small { - font-size: x-small; -} - -.limit-width { - max-width: 60%; -} - -.bold2 { - font-weight: bold; - font-size: large; -} - -.logout { - position: absolute; - right: 3%; -} - -.login-error { - font-weight: bold; - color: red; - background-color: #999966; -} - -.errors { - font-weight: bold; - color: red; - background-color: white; -} - -.blue { - color: blue; -} - -.header { - position: relative; - top: 0; - height: 4em; -} - -.hdr-link-left { - position: absolute; - top: 0; - left: 0; - width: 8%; - text-align: left; - -} -.hdr-img-center { - position: absolute; - top: 0; - left: 8%; - width: 84%; - text-align: center; -} -.hdr-link-right { - position: absolute; - top: 0; - right: 0; - width: 8%; - text-align: right; -} - -.search-box { - float: left; - padding: 1%; - height: 18em; - width: 47%; - margin-bottom: 1em; - border: medium gray ridge; - background-color: #FFCC66; -} - -.mystuff-box { - float: right; - padding: 1%; - min-height: 18em; - width: 47%; - margin-bottom: 1em; - border: medium gray ridge; - background-color: #999966; -} - -.footer { - clear: both; - width: 98%; - margin-top: 1em; - text-align: center; - font-size: x-small; - border-top: medium black double; -} - -.bsd-logo { - position: absolute; - margin-top: 0; - left: 0; - width: 25%; -} - -.apache-logo { - position: absolute; - margin-top: 1em; - right: 0; - width: 25%; -} - -.xhtml-logo { - position: absolute; - margin-top: 2em; - left: 25%; - width: 25%; -} - -.css-logo { - position: absolute; - margin-top: 2em; - right: 25%; - width: 25%; -} - -.border-med-ridge { - width: auto; - padding: 1%; - border: medium gray ridge; -} - |
