[Openfirst-cvscommit] base/style style.css,1.6,1.7
Brought to you by:
xtimg
From: Jamie <ast...@us...> - 2005-10-19 03:55:29
|
Update of /cvsroot/openfirst/base/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26864/style Modified Files: style.css Log Message: Added big class. Index: style.css =================================================================== RCS file: /cvsroot/openfirst/base/style/style.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** style.css 12 Sep 2005 01:40:09 -0000 1.6 --- style.css 19 Oct 2005 03:55:20 -0000 1.7 *************** *** 1,317 **** ! /* Basic elements */ ! bold { ! font-weight: bold; ! } ! ! big { ! font-size: large; ! } ! ! input[type=text], select { ! text-align: left; ! } ! ! input[type=checkbox], input[type=radio] { ! margin-right: .3em; ! vertical-align: middle; ! } ! ! caption { ! text-align: center; ! font-size: medium; ! padding: .25em; ! font-weight: bold; ! } ! ! pre, code, tt { ! font-weight: normal; ! } ! ! pre { ! text-align: left; ! } ! ! /* classes and IDs */ ! #content { ! padding: 1em; ! text-align: center; ! margin-left: auto; ! margin-right: auto; ! } ! #content table { ! margin-left: auto; ! margin-right: auto; ! text-align: center; ! } ! ! #adminmenu { ! color: white; ! background-image: url(images/back-admin.png); ! text-align: left; ! } ! #adminmenu a:link { ! color: white; ! } ! #adminmenu a:visited { ! color: white; ! } ! #adminmenu a:active { ! color: white; ! } ! #adminmenu a:hover { ! color: white; ! } ! ! a:link { ! color: black; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: underline; ! } ! a:visited { ! color: black; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: underline; ! } ! a:active { ! color: black; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: underline; ! } ! a:hover { ! color: black; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: underline; ! } ! ! #topmenu, caption { ! text-align: left; ! background-image: url(images/back.gif); ! color: #cecece; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! #topmenu a:link { ! color: #cecece; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! #topmenu a:visited { ! color: #bebebe; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! #topmenu a:active { ! color: #cecece; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! #topmenu a:hover { ! color: #bed8ff; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! ! #toplogo { ! text-align: left; ! } ! ! .nav1 { ! width:100%; ! border: none 0px; ! margin-left: -2px; ! margin-right: -2px; ! margin-bottom: 0; ! } ! .nav1 td, .nav1 th { ! margin: 0; ! padding: 6px; ! border: none 0px; ! } ! .nav1 tr { ! margin: 0px; ! padding: 2px; ! } ! ! .nav2 table { ! border-left:solid #999999 1px; ! border-right:solid #999999 1px; ! border-bottom:solid #999999 1px; ! margin-left:auto; ! margin-right:auto; ! } ! ! .center, .center > * { ! margin-left: auto; ! margin-right: auto; ! text-align: center; ! } ! ! .right, .right > * { ! margin-left: auto; ! margin-right: 0; ! text-align: right; ! } ! ! .left, .left > * { ! margin-left: 0; ! margin-right: auto; ! text-align: left; ! } ! ! .contentleft, .contentleft > * { ! margin-left: auto; ! margin-right: auto; ! text-align: left; ! } ! ! .file { ! font-family: monospace; ! } ! ! td { ! padding: 5px; ! } ! th { ! padding: 5px; ! } ! table.menu { ! border-left:0px; ! border-right:0px; ! border-bottom:0px; ! } ! td.menu { ! border-left:0px; ! border-right:0px; ! border-bottom:0px; ! } ! body { ! color: black; ! font-weight: bolder; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration:none; ! margin: 0px; ! padding: 2px; ! text-align: center; ! } ! td { ! color: black; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! td.navigation { ! color: black; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! th { ! background-color: #999999; ! color: #333333; ! background-image: url(images/back-light.gif); ! } ! ! td.sub { ! background-color: #999999; ! color: #333333; ! background-image: url(images/back-lighter.gif); ! } ! ! .menu.selected { ! color: red; ! text-decoration: underline; ! } ! ! .small { ! font-size:small; ! } ! ! fieldset { ! margin: 1em 1.5em; ! } ! ! LEGEND { ! font-size: 1.5em; ! font-weight: bold; ! } ! ! dl.setup { ! text-align: left; ! } ! dl.setup dd { ! margin-left: 0; ! } ! dl.setup dd label { ! clear: left; ! font-weight: bold; ! width: 12em; ! float: left; ! text-align: right; ! padding-right: 1em; ! } ! dl.setup dt { ! clear: left; ! font-size: 0.8em; ! margin-left: 10em; ! /* margin-right: 200px; */ ! margin-bottom: 2em; ! } ! .error, .warning { ! color: red; ! } ! ul.plain { ! list-style: none; ! clear: both; ! margin-left: 12em; ! } ! dl.setup input:not([type=checkbox]) { ! width: 25em; ! } ! ! table.center caption { ! margin-left:auto; ! margin-right:auto; ! } ! ! hr { ! width: 80%; ! border: 1px; ! height: 1px; ! } ! ! #copyright { ! background=image: url(images/back-light.gif); ! } ! ! #footer p { ! margin: 0; ! } ! ! .logo, .logo img, ! .valid, .valid img { ! border: 0; ! } ! ! #moduleInstall * { ! text-align: left; ! } ! ! .no-space, ! table.no-space tr, table.no-space td, table.no-space th { ! margin: 0; ! padding: 0; ! } ! ! margin: 0; ! padding: 0; ! } --- 1,317 ---- ! /* Basic elements */ ! bold { ! font-weight: bold; ! } ! ! big { ! font-size: large; ! } ! ! input[type=text], select { ! text-align: left; ! } ! ! input[type=checkbox], input[type=radio] { ! margin-right: .3em; ! vertical-align: middle; ! } ! ! caption { ! text-align: center; ! font-size: medium; ! padding: .25em; ! font-weight: bold; ! } ! ! pre, code, tt { ! font-weight: normal; ! } ! ! pre { ! text-align: left; ! } ! ! /* classes and IDs */ ! #content { ! padding: 1em; ! text-align: center; ! margin-left: auto; ! margin-right: auto; ! } ! #content table { ! margin-left: auto; ! margin-right: auto; ! text-align: center; ! } ! ! #adminmenu { ! color: white; ! background-image: url(images/back-admin.png); ! text-align: left; ! } ! #adminmenu a:link { ! color: white; ! } ! #adminmenu a:visited { ! color: white; ! } ! #adminmenu a:active { ! color: white; ! } ! #adminmenu a:hover { ! color: white; ! } ! ! a { ! color: black; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: underline; ! } ! a:visited { ! /* color: black; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: underline;*/ ! } ! a:active { ! /* color: black; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: underline;*/ ! } ! a:hover { ! /* color: black; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: underline;*/ ! } ! ! #topmenu, caption { ! text-align: left; ! background-image: url(images/back.gif); ! color: #cecece; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! #topmenu a:link { ! color: #cecece; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! #topmenu a:visited { ! color: #bebebe; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! #topmenu a:active { ! color: #cecece; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! #topmenu a:hover { ! color: #bed8ff; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! ! #toplogo { ! text-align: left; ! } ! ! .nav1 { ! width:100%; ! border: none 0px; ! margin-left: -2px; ! margin-right: -2px; ! margin-bottom: 0; ! } ! .nav1 td, .nav1 th { ! margin: 0; ! padding: 6px; ! border: none 0px; ! } ! .nav1 tr { ! margin: 0px; ! padding: 2px; ! } ! ! .nav2 table { ! border-left:solid #999999 1px; ! border-right:solid #999999 1px; ! border-bottom:solid #999999 1px; ! margin-left:auto; ! margin-right:auto; ! } ! ! .center, .center > * { ! margin-left: auto; ! margin-right: auto; ! text-align: center; ! } ! ! .right, .right > * { ! margin-left: auto; ! margin-right: 0; ! text-align: right; ! } ! ! .left, .left > * { ! margin-left: 0; ! margin-right: auto; ! text-align: left; ! } ! ! .contentleft, .contentleft > * { ! margin-left: auto; ! margin-right: auto; ! text-align: left; ! } ! ! .file { ! font-family: monospace; ! } ! ! td { ! padding: 5px; ! } ! th { ! padding: 5px; ! } ! table.menu { ! border-left:0px; ! border-right:0px; ! border-bottom:0px; ! } ! td.menu { ! border-left:0px; ! border-right:0px; ! border-bottom:0px; ! } ! body { ! color: black; ! font-weight: bolder; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration:none; ! margin: 0px; ! padding: 2px; ! text-align: center; ! } ! td { ! color: black; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! td.navigation { ! color: black; ! font-size: 12px; ! font-family: sans-serif; ! text-decoration: none; ! } ! th { ! background-color: #999999; ! color: #333333; ! background-image: url(images/back-light.gif); ! } ! ! td.sub { ! background-color: #999999; ! color: #333333; ! background-image: url(images/back-lighter.gif); ! } ! ! .menu.selected { ! color: red; ! text-decoration: underline; ! } ! ! .small { ! font-size: small; ! } ! ! fieldset { ! margin: 1em 1.5em; ! } ! ! LEGEND { ! font-size: 1.5em; ! font-weight: bold; ! } ! ! dl.setup { ! text-align: left; ! } ! dl.setup dd { ! margin-left: 0; ! } ! dl.setup dd label { ! clear: left; ! font-weight: bold; ! width: 12em; ! float: left; ! text-align: right; ! padding-right: 1em; ! } ! dl.setup dt { ! clear: left; ! font-size: 0.8em; ! margin-left: 10em; ! /* margin-right: 200px; */ ! margin-bottom: 2em; ! } ! .error, .warning { ! color: red; ! } ! ul.plain { ! list-style: none; ! clear: both; ! margin-left: 12em; ! } ! dl.setup input:not([type=checkbox]) { ! width: 25em; ! } ! ! table.center caption { ! margin-left:auto; ! margin-right:auto; ! } ! ! hr { ! width: 80%; ! border: 1px; ! height: 1px; ! } ! ! #copyright { ! /* background-image: url(images/back-light.gif);*/ ! } ! ! #footer p { ! margin: 0; ! } ! ! .logo, .logo img, ! .valid, .valid img { ! border: 0; ! } ! ! #moduleInstall * { ! text-align: left; ! } ! ! .no-space, ! table.no-space tr, table.no-space td, table.no-space th { ! margin: 0; ! padding: 0; ! } ! ! .big, .big * { ! font-size: large; ! } \ No newline at end of file |