X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2Fdefault%2Fstylesheet.tpl;h=f8af6a7d3a8611bb873d8c73e03b7d369268a6f3;hb=883d07f18ea3360c12fbda6c317b5ef49c0554cf;hp=c2c00f2882825a6e37636c915dbfda1aba10c1b8;hpb=2999753577cd5fb23d7a88e2978c60d8bade44a6;p=squirrelmail.git diff --git a/templates/default/stylesheet.tpl b/templates/default/stylesheet.tpl index c2c00f28..f8af6a7d 100644 --- a/templates/default/stylesheet.tpl +++ b/templates/default/stylesheet.tpl @@ -1,4 +1,5 @@ /* older css template */ body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { @@ -247,6 +247,90 @@ img { text-align:center; } +/* note.tpl defs */ +.sqm_noteWrapper { + text-align:center; + width:100%; +} +.sqm_note { + margin-left:auto; + margin-right:auto; + font-weight:bold; + text-align:center; +} + +/* motd.tpl defs */ +.sqm_motdWrapper { + text-align:center; + width:100%; + margin:1px; +} +.sqm_motd { + margin-left:auto; + margin-right:auto; + text-align:center; + background: ; + width:70%; + padding:0; +} +.sqm_motd td { + text-align:center; + background: ; + padding:5px; +} + +/* empty_folder.tpl defs */ +.sqm_emptyFolderWrapper { + text-align:center; + width:100%; +} +.sqm_emptyFolder { + margin-left:auto; + margin-right:auto; + text-align:center; + background: ; + padding:1; + width:100%; +} +.sqm_emptyFolder td { + text-align:center; + background: ; + padding-top:15px; + padding-bottom:15px; +} + +/* error_box.tpl definitions */ +.table_errorBoxWrapper { + width:100%; + padding:0; + border-spacing:0; + border:0; + text-align:center; + margin-left:auto; + margin-right:auto; + background: ; +} + +.table_errorBox { + width:100%; + padding:0; + border-spacing:0; + border:0; + text-align:center; + margin-left:auto; + margin-right:auto; + background: ; +} +.error_header { + color: red; + font-weight:bold; + font-weight:bold; + font-style:normal; +} +.error_message { + background: ; +} + /* page_header.tpl definitions */ .sqm_currentFolder { background: ; @@ -369,7 +453,7 @@ img { } .message_list_controls { - background: ; + background: ; } .message_control_button {