From: <go...@us...> - 2002-10-11 01:56:56
|
Update of /cvsroot/xoops/xoops-current/html/themes/phpkaox/style In directory usw-pr-cvs1:/tmp/cvs-serv10425/html/themes/phpkaox/style Modified Files: style.css Log Message: Reordered and cleaned Index: style.css =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/themes/phpkaox/style/style.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** style.css 25 Aug 2002 06:58:08 -0000 1.5 --- style.css 11 Oct 2002 01:56:53 -0000 1.6 *************** *** 1,29 **** - body { font-family: Tahoma, taipei; color;#000000; font-size: 12px; background-color: #ffffff;} - a { font-family: Tahoma, taipei; font-size: 12px; text-decoration: none; color: #666666; font-style: normal} - A:hover { text-decoration: underline overline; font-family: Tahoma, taipei; font-size: 12px; color: #FF9966; font-style: normal} - td { font-family: Tahoma, taipei; color: #000000; font-size: 12px;border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px;} - INPUT {background-color : transparent; color : #000000; font-family : Tahoma, taipei, Verdana, Arial, Helvetica, sans-serif; font-size : 12px; font-weight : normal;border-color : #000000; border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px;text-indent : 2px; } - TEXTAREA {FONT-FAMILY: Tahoma, taipei, Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px;background-color : transparent; font-weight : bold; border-color : #000000; border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; text-indent : 2px;} - SELECT {FONT-FAMILY: Tahoma, taipei, Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px;font-weight : bold;background-color:#F5F5F5; } - img { border:0; } .bg1 { ! background-color: #E3E4E0; } .bg2 { ! background-color: #CCCCCC; } .bg3 { ! background-color: #DDE1DE; } .bg4 { ! background-color: #F5F5F5; } .bg5 { ! background-color: #F5F5F5; } --- 1,70 ---- + body { + font-family: Tahoma, taipei, Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + color: #000000; + background-color: #ffffff; + } + + a { + text-decoration: none; + color: #666666; + } + + a:hover { + text-decoration: underline overline; + color: #ff9966; + } + + td { + color: #000000; + border-width: 1px; + } + + input { + background-color : transparent; + color: #000000; + font-size: 12px; + border-color: #000000; + border-width: 1px; + text-indent: 2px; + } + + textarea { + FONT-SIZE: 12px; + background-color: transparent; + font-weight: bold; + border-color: #000000; + border-width: 1px; + text-indent: 2px; + } + + select { + font-size: 12px; + font-weight: bold; + background-color:#f5f5f5; + } + + img { + border:0; + } .bg1 { ! background-color: #e3e4e0; } .bg2 { ! background-color: #cccccc; } .bg3 { ! background-color: #dde1de; } .bg4 { ! background-color: #f5f5f5; } .bg5 { ! background-color: #f5f5f5; } *************** *** 35,41 **** color: #000000; } div { ! text-align: left; ! font-size: small; } ! .xoopsCenter {text-align:center;} \ No newline at end of file --- 76,86 ---- color: #000000; } + div { ! text-align: left; ! font-size: small; } ! ! .xoopsCenter { ! text-align:center; ! } \ No newline at end of file |