X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2Fdefault%2Fstylesheet.tpl;h=e57ae940b3b911182df86a27d0c6b5c37c60f0bb;hb=762853f42b4c1151804da245e042fec5c505f27e;hp=4abb858738d7f196d4d1846f8435251e52a35b4d;hpb=95acecdaace2eb237bee4ac7438774477ac26c1f;p=squirrelmail.git diff --git a/templates/default/stylesheet.tpl b/templates/default/stylesheet.tpl index 4abb8587..e57ae940 100644 --- a/templates/default/stylesheet.tpl +++ b/templates/default/stylesheet.tpl @@ -138,6 +138,18 @@ table.table1 td { padding-right: 2px; } +table.table2 { + border: 1px solid ; + width: 80%; + margin-left: auto; + margin-right: auto; +} + +table.table2 td { + padding-left: 2px; + padding-right: 2px; +} + td.emptyList { text-align: center; font-weight: bold; @@ -153,8 +165,8 @@ td.header2 { background: ; text-align: center; font-weight: bold; - padding-top: 4px; - padding-bottom: 4px; + padding-top: 2px; + padding-bottom: 2px; } td.header3 { @@ -164,6 +176,14 @@ td.header3 { padding-bottom: 4px; } +td.header4 { + background: ; + font-weight: bold; + padding-top:2px; + padding-bottom: 2px; + text-align: center; +} + tr.even { background: ; } @@ -695,3 +715,207 @@ tr.odd { margin-left: 10px; } +#optionsIdentity table { + margin-top: 10px; + margin-bottom: 10px; +} + +#optionsIdentity table.table2 tr { + background: ; +} + +#optionsIdentity td.fieldName { + text-align: ; + width: 30%; +} + +#optionsIdentity td.fieldValue { + text-align: ; +} + +#optionsIdentity td.actionButtons { + text-align: center; +} + +#optionsIdentity hr { + width: 95%; + border: 1px solid ; +} + +#vCard { + text-align: center; +} + +#vCard table { + margin-left: auto; + margin-right: auto; + margin-top: 10px; + margin-bottom: 10px; +} + +#vCard td.fieldName { + text-align: ; + font-weight: bold; + vertical-align: top; +} + +#vCard td.fieldValue { + text-align: ; +} + +div.search table { + margin-top: 12px; + margin-bottom: 12px; +} + +div.search td.header4 { + border-bottom: 1px solid ; + vertical-align: bottom; +} + +div.search td.queryAction { + text-align: center; + font-size: small; + width: 1%; + padding-left: 8px; + padding-right: 8px; + border-left: 1px solid ; + border-top: 1px solid ; + border-bottom: 1px solid ; +} + +div.search td.queryDesc { + border-top: 1px solid ; + border-bottom: 1px solid ; +} + +div.search span { + padding-left: 2px; + padding-right: 2px; +} + +div.search span.operator { + font-weight: normal; + text-decoration: underline; + font-style: italic; +} + +div.search span.mailbox { + font-weight: bold +} + +div.search span.conditions { + font-weight: normal; + text-decoration: underline; + font-style: italic; +} + +div.search span.value { + font-weight: bold; +} + +div.search span.error { + color: ; + font-weight: bold; + font-size: 125%; +} + +div.search td.searchForm { + border-right: 1px solid ; + border-left: 1px solid ; + font-weight: bold; + text-align: center; +} + +div.search td.queryError { + color: ; + font-weight: bold; + text-align: center; + padding: 4px; +} + +div.search td.header1 input { + font-size: 80%; + margin: 2px; +} + +div.search h1 { + font-weight: bold; + font-size: 150%; + margin-top: 6px; + margin-bottom: 2px; +} + +div.search h2 { + color: ; + font-weight: bold; + text-align: center; +} + +div.compose { + text-align: center; +} + +div.compose table { + margin-top: 10px; + margin-bottom: 10px; + margin-left: auto; + margin-right: auto; +} + +div.compose td.fieldName { + text-align: ; + font-weight: bold; + width: 30%; + vertical-align: top; +} + +div.compose td.fieldValue { + text-align: ; +} + +div.compose td.buttons { + text-align: center; +} + +div.compose input { + font-size: 80%; +} + +div.compose textarea { + margin-top: 5px; + margin-bottom: 5px; +} + +div.compose td.bottomSend { + text-align: center; +} + +div.compose tr.header { + background: ; +} + +div.compose tr.header td { + padding-top: 4px; + padding-bottom: 4px; +} + +div.compose tr.attachment td { + background: ; + border-top: 1px solid ; + border-bottom: 1px solid ; +} + +div.compose table.close { + width: 100%; + background: ; + border:1px solid ; + text-align: center; + margin: 0; +} + +div.readMenuBar table.table2 { + width: 100%; +} + +