diff options
author | Frank Karlitschek <frank@dev.(none)> | 2010-03-10 13:03:40 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@dev.(none)> | 2010-03-10 13:03:40 +0100 |
commit | 16f3bd4e2334491152510598f861a1f6c1ecdae2 (patch) | |
tree | 73370c91c4259f9f20f90137c2e39f366d6d078a /css | |
parent | ef2028148691c01c1841745fde9868ce27d9a3a5 (diff) | |
download | nextcloud-server-16f3bd4e2334491152510598f861a1f6c1ecdae2.tar.gz nextcloud-server-16f3bd4e2334491152510598f861a1f6c1ecdae2.zip |
commiting ownCloud 1.0 beta 1v1.0.0beta1
Diffstat (limited to 'css')
-rwxr-xr-x | css/default.css | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css new file mode 100755 index 00000000000..6158ee4a40d --- /dev/null +++ b/css/default.css @@ -0,0 +1,80 @@ +body,th,td,ul,li,a,div,p,pre {color:#333333; font-family:Verdana,"Bitstream Vera Sans",Arial,Helvetica,Sans,"Bitstream Vera Serif"; font-size:9.0pt;} + +.nametext a {color:#333333; font-size:8pt; font-weight:bold; text-decoration:none;} +.highlighttext {color:#333333; font-size:9pt; font-weight:bold; text-decoration:none;} +.datetext {color:#333333; font-size:7pt;} +.sizetext {color:#333333; font-size:7pt;} +.footer {color:#999999; text-align:center; font-size:9pt;} +.hint {color:#AAAAAA; text-align:center; font-size:8pt;} +.hint a{color:#AAAAAA; text-align:center; font-size:8pt;} + +.formstyle { + font-weight:normal; + font-size: 8.0pt; + color: #555555; + background-color: #FFFFFF; + border: 1px solid #DDDDDD; + padding:0px; + margin:0px; +} + +.loginform { + background-color: #EEEEEE; +} + +.browser { + background-color: #EEEEEE; +} + +.browserline { + background-color: #EEEEEE; +} + +.browserline:hover { + background-color: #DDDDDD; +} + + +.navigationitem1 { + background-color: #EEEEEE; + color:#555555; + font-size:9pt; + font-weight:bold; +} + +.navigationitem1 a{ + text-decoration:none; +} + +.navigationitem1:hover { + background-color: #EEEEEE; +} + +.navigationitem { + background-color: #EEEEEE; +} + +.navigationitem:hover { + background-color: #DDDDDD; +} + +.navigationselected td { + background-color: #DDDDDD; +} + +.navigationitem a { + text-decoration:none; + color: #333333; + font-size: 8.0pt; +} + +.navigationitemselected a { + text-decoration:none; + color: #333333; + font-size: 8.0pt; + font-weight:bold; +} + + + + |