Drop the default top-right 'SquirrelMail' name and link, as discussed
[squirrelmail.git] / templates / default / css / default.css
index 3b169bc55c83ad8692a8782fca412aaa32f25d81..85e3a28fef452020c1ab925c9857162bd860d22c 100644 (file)
@@ -163,6 +163,8 @@ td.fieldName {
     width:25%;
     font-weight: bold;
     vertical-align:top;
+    padding-left: 4px;
+    padding-right: 4px;
 }
 
 td.fieldValue {
@@ -192,6 +194,32 @@ tr.odd  {
     text-align: center;
 }
 
+.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 {
+}
+
 /* note.tpl defs */
 .sqm_noteWrapper {
     text-align:center;
@@ -213,15 +241,23 @@ tr.odd  {
 }
 
 /* empty_folder.tpl defs */
-.sqm_emptyFolder {
+div.sqm_emptyFolderWrapper {
+    width:100%;
+    text-align: center;
+}
+table.sqm_emptyFolder {
     background: #ababab /* __COLOR9__ */;
+    width:95%;
+    margin-left:auto;
+    margin-right: auto;
 }
-.sqm_emptyFolder td {
+table.sqm_emptyFolder td {
     background: #ffffff /* __COLOR4__*/;
+    text-align: center;
 }
 
 /* error_box.tpl definitions */
-.table_errorBoxWrapper   {
+.table_errorBoxWrapper {
     background: #ababab /* __COLOR9__ */;
     margin-left: auto;
     margin-right: auto;
@@ -239,6 +275,22 @@ td.error_header {
     color: #cc0000 /* __COLOR2__*/;
 }
 
+/* logout error screen */
+
+#sqm_errorLogout  {
+    margin-top: 25px;
+    text-align: center;
+}
+
+#sqm_errorLogout  table   {
+    border: 0;
+    padding: 0;
+    margin-left: auto;
+    margin-right: auto;
+    width: 70%;
+}
+
+
 /* page_header.tpl definitions */
 .sqm_currentFolder     {
     background: #ababab /* __COLOR9__ */;
@@ -403,7 +455,7 @@ td.message_count    {
 #sqm_login  td.orgLogo {
     width: 155px;
     text-align: center;
-    vertical-align: center;
+    vertical-align: middle;
 }
 
 #sqm_login  td.orgLogo  img {
@@ -958,6 +1010,79 @@ div.readInlineImages td.image {
     padding:10px;
 }
 
+div.printerFriendlyTop table {
+    width:100%;
+}
+
+div.printerFriendlyTop td {
+    text-align: right;
+}
+
+div.printerFriendly table.attach {
+    width: 100%;
+    margin-top:5px;
+    margin-bottom:5px;
+}
 
+div.printerFriendly td.attachField {
+    width: 30%;
+    font-weight: bold;
+    text-align: right;
+}
+
+div.printerFriendly td.attachName {
+    font-weight: bold;
+}
+
+div.viewHeader table.table1 {
+    width: 100%;
+}
+
+div.viewHeader td.headers {
+    padding-left:5px;
+    font-family: monospace, sans-serif;
+    font-size: small;
+}
+
+div.viewHeader span.headerName {
+    font-weight: bold;
+}
+
+div.htmlIframe {
+    text-align: center;
+    margin-left: auto;
+    margin-right: auto;
+    width: 100%;
+}
+
+div.htmlIframe iframe {
+    height: 250px;
+    width:100%;
+}
+
+div.viewText table.table1 {
+    width: 100%;
+}
+
+div.viewText td.header2 a {
+    font-size: smaller;
+    font-weight: normal;
+}
+
+div.viewText td.actions {
+    text-align: center;
+    padding-top: 4px;
+    padding-bottom: 4px;
+}
+
+div.viewText td.text {
+    padding: 10px;
+    background-color: #ffffff /* __COLOR4__ */;
+}
+
+div.viewText td.spacer {
+    padding: 3px;
+    background-color: #DCDCDC /* __COLOR0__ */;
+}