/SQL/themes/classic/css/mla_sql.css
http://github.com/khaneh/Orders · CSS · 196 lines · 156 code · 23 blank · 17 comment · 0 complexity · 6a28811172a3ed784cf4e510188ab13f MD5 · raw file
- /*
- myLittleAdmin SQL Server v2.0
-
- Web site : http://www.mylittletools.net
- Email : webmaster@mylittletools.net
- (c) 2000-2002, Elian Chrebor, myLittleTools.net, All rights reserved.
-
- Classic Cascade Style Sheet
-
- */
-
- /* BODY */
- BODY
- {
- background-color: #FFFFFF;
- color : #000000;
- font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
- font-size : 8pt;
- font-style : normal;
- font-weight : normal;
- margin-left : 5px;
- margin-right : 5px;
- margin-top : 5px;
- margin-bottom : 0px;
- }
-
- /* LINK */
- A, A:VISITED
- {
- color : #000000;
- text-decoration : none;
- }
-
- A:ACTIVE
- {
- color : #000000;
- text-decoration : none;
- font-weight : bold;
- }
-
- A:HOVER
- {
- color : #000000;
- text-decoration : underline;
- }
-
- .contentLink, :VISITED.contentLink, :ACTIVE.contentLink
- {
- color : #000099;
- }
-
- .moreinfo, :VISITED.moreinfo, :ACTIVE.moreinfo
- {
- font-weight : Normal;
- color : #FF0000;
- }
-
- /* TABLE */
- TABLE.content
- {
- background-color: #F5F5F5;
- width : 100%;
- }
-
- TABLE.hcontent
- {
- background-color: #F5F5F5;
- }
-
- TD
- {
- color : #000000;
- font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
- font-size : 8pt;
- vertical-align : top;
- }
-
- TD.caption
- {
- color : #FFFFFF;
- background-color: #A5CBEF;
- font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
- font-size : 10pt;
- font-weight : bold;
- text-align : left;
- height : 20px;
- vertical-align : middle;
- padding-left : 5px;
- background-image : url(../images/window/bluegr.gif);
- background-repeat : repeat-y;
- }
-
- TD.collabel
- {
- color : #FFFFFF;
- background-color: #5A7CB0;
- font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
- text-align : left;
- vertical-align : middle;
- font-weight : bold;
- }
-
- TD.info
- {
- font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
- text-align : right;
- vertical-align : top;
- font-weight : bold;
- }
-
- TR.odd
- {
- background-color: #DDDDDD;
- }
-
- TR.even
- {
- background-color: #EEEEEE;
- }
-
- /* FORM */
- .formlabel
- {
- font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
- text-align : right;
- vertical-align : middle;
- font-weight : bold;
- }
-
- .forminfo
- {
- font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
- text-align : left;
- vertical-align : middle;
- font-weight : normal;
- }
-
- /* INPUT */
- INPUT, SELECT, TEXTAREA
- {
- font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
- font-size : 8pt;
- color : #000000;
- }
- .numeric
- {
- text-align : right;
- width : 40px;
- }
- .alphanumeric
- {
- text-align : left;
- width : 100px;
- }
- .long_alphanumeric
- {
- text-align : left;
- width : 450px;
- }
-
- .long_numeric
- {
- text-align : right;
- width : 150px;
- }
-
- .alpha_edit
- {
- width : 400px;
- }
-
- .num_edit
- {
- text-align : right;
- width : 150px;
- }
-
- .objtext_edit
- {
- width : 100%;
- }
-
- /* TREE */
- .disabled
- {
- color : #999999;
- }
-
- /* TREE INFO */
- .treeinfo
- {
- text-align : left;
- font-size : 8pt;
- font-weight : bold;
- margin-left : 15px;
- }