X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2Fdefault%2Fstylesheet.tpl;h=0afbbf32d2be6b0440758bd8332af5bc49edb470;hb=96f180f66eebabf3534b3178d1860b6190147d46;hp=a4f92609bffc8f4a3914ff72f3f2d0c71a96afaa;hpb=47ccfad452e8d345542d09e59112cac317cffed8;p=squirrelmail.git diff --git a/templates/default/stylesheet.tpl b/templates/default/stylesheet.tpl index a4f92609..0afbbf32 100644 --- a/templates/default/stylesheet.tpl +++ b/templates/default/stylesheet.tpl @@ -2,9 +2,9 @@ /** * SquirrelMail CSS template * - * Template is used by style.php script to generate css file used by + * Template is used by style.php script to generate css file used by * SquirrelMail scripts. - * + * * Available constants * * Color codes used by selected theme: @@ -40,23 +40,23 @@ extract($t); /* older css template */ body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { } body, small { } td, th { } textarea, pre { - font-family: monospace; +font-family: monospace; } @@ -65,9 +65,10 @@ body { color: ; background-color: ; } -body.leftmain { +body.sqm_leftMain { color: ; background-color: ; + text-align: left; } /* right links */ @@ -76,7 +77,7 @@ a:link, a:visited, a:hover, a:active { } /* left links */ -.leftmain a:link, .leftmain a:visited, .leftmain a:hover, .leftmain a:active { +.sqm_leftMain a:link, .leftmain a:visited, .leftmain a:hover, .leftmain a:active { color: ; } .leftspecial, .leftspecial a:link, .leftspecial a:visited, .leftspecial a:hover, .leftspecial a:active { @@ -91,6 +92,33 @@ a:link, a:visited, a:hover, a:active { color: ; } +/* left_main.tpl definitions */ +.sqm_wrapperTable { + border:0; + padding:0; + margin-left:0; + border-spacing:0; + width:99% +} +.sqm_leftMain table { + border:0; + padding:0; + margin:0; + border-spacing:0; +} +.sqm_folderHeader { + font-size:18px; + font-weight:bold; + text-align:center; +} +.sqm_clock { +} +.sqm_lastRefreshTime { + white-space: nowrap; +} +.sqm_refreshButton { +} + /* formating of error template */ .thead_caption { font-weight: bold; @@ -146,3 +174,219 @@ input.sqmresetfield { } input.sqmtextarea { } + +/* basic definitions */ +.table_empty { + width:100%; + border:0; + margin:0; + padding:0; + border-spacing:0; +} + +.table_standard { + width:100%; + border:1px solid ; + padding:0; + margin:0; + border-spacing:0; +} + +em { + font-weight:bold; + font-style:normal; +} + +small { + font-size:80%; +} + +/* login.tpl definitions */ +#sqm_login table { + border:0; + margin:0; + padding:0; + border-spacing:0; + margin-left:auto; + margin-right:auto; +} +#sqm_login td { + padding:2px; +} + +.sqm_loginImage { + margin-left:auto; + margin-right:auto; + border:0; + padding:2px; +} +.sqm_loginTop { + text-align:center; + font-size:80%; +} +.sqm_loginOrgName { + font-weight:bold; + text-align:center; + background: ; + width:350px; + border:0; +} +.sqm_loginFieldName { + text-align:right; + width:30%; +} +.sqm_loginFieldInput { + text-align:left; +} +.sqm_loginSubmit { + text-align:center; +} + +/* page_header.tpl definitions */ +.sqm_currentFolder { + background: ; + padding:2px; + text-align: ; +} +.sqm_headerSignout { + background: ; + padding:2px; + text-align: ; + font-weight:bold; +} +.sqm_topNavigation { + padding:2px; + text-align: ; +} +.sqm_providerInfo { + padding:2px; + text-align: ; +} + +/* message_list.tpl definitions */ +.table_messageListWrapper { + width:100%; + padding:0; + border-spacing:0; + border:0; + text-align:center; + margin-left:auto; + margin-right:auto; + background: ; +} + +.table_messageList { + width:100%; + padding:0; + border-spacing:0; + border:0; + text-align:center; + margin-left:auto; + margin-right:auto; + background: ; +} + +.table_messageList a { + white-space:nowrap; +} + +.table_messageList tr.headerRow { + text-align: ; + white-space:nowrap; + font-weight:bold; +} +.table_messageList td.spacer { + height:1px; + background: ; +} + +.table_messageList tr { + vertical-align:top; +} +.table_messageList tr.even { + background: ; +} +.table_messageList tr.odd { + background: ; +} +.table_messageList tr.mouse_over { + background: ; +} +.table_messageList tr.clicked { + background: ; +} + +.table_messageList td { + white-space:nowrap; +} +.table_messageList td.col_check { + text-align: ; +} +.table_messageList td.col_subject { + text-align: ; +} +.table_messageList td.col_flags { + text-align: ; +} +.table_messageList td.col_date { + text-align:center; +} +.table_messageList td.col_text { + text-align: ; +} + +.unread { + font-weight:bold; +} +.deleted { + color: ; +} +.flagged { + color: ; +} +.high_priority { + color: ; +} +.low_priority { + color: ; +} + +.col_checked { +} + +.links_paginator { + text-align: ; +} + +.message_count { + text-align:right; + font-size:8pt; +} + +.message_list_controls { + background: ; +} + +.message_control_button { + padding:0px; + margin:0px; +} +.message_control_buttons { + text-align: ; + font-size:10px; /* replaces tags to allow greater control of fonts w/ using an id. */ +} +.message_control_delete { + text-align: ; + font-size:10px; /* replaces tags to allow greater control of fonts w/ using an id. */ +} +.message_control_move { + text-align: ; + font-size:10px; /* replaces tags to allow greater control of fonts w/ using an id. */ +} + +.spacer { + height:5px; + background: ; +} + +