default.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. /* older css template
  2. FIXME: needs to be re-thought in context of templating system
  3. */
  4. body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
  5. }
  6. body, small {
  7. }
  8. td, th {
  9. }
  10. textarea, pre {
  11. font-family: monospace;
  12. }
  13. /* page body formatting */
  14. body {
  15. color: #000000;
  16. background-color: #ffffff;
  17. }
  18. body.sqm_leftMain {
  19. color: #000000;
  20. background-color: #a0b8c8;
  21. text-align: left;
  22. }
  23. /* right links */
  24. a:link, a:visited, a:hover, a:active {
  25. color: #0000cc;
  26. }
  27. /* left links */
  28. .sqm_leftMain a:link, .sqm_leftMain a:visited, .sqm_leftMain a:hover, .sqm_leftMain a:active {
  29. color: #000000;
  30. }
  31. .leftunseen, .leftspecial, .leftspecial a:link, .leftspecial a:visited, .leftspecial a:hover, .leftspecial a:active {
  32. color: #770000;
  33. }
  34. .leftrecent {
  35. font-weight:bold;
  36. }
  37. .leftnoselect a:link, .leftnoselect a:visited, .leftnoselect a:hover, .leftnoselect a:active {
  38. color: #002266;
  39. }
  40. /* highlighted texts */
  41. .highlight {
  42. color: #002266;
  43. }
  44. /* left_main.tpl definitions */
  45. div.sqm_leftMain {
  46. text-align: center;
  47. width:100%;
  48. }
  49. .sqm_wrapperTable {
  50. border:0;
  51. padding:0;
  52. margin-left:auto;
  53. margin-right: auto;
  54. border-spacing:0;
  55. width:99%
  56. }
  57. sqm_leftMain table {
  58. border:0;
  59. padding:0;
  60. margin:0;
  61. border-spacing:0;
  62. }
  63. .sqm_folderHeader {
  64. font-size:18px;
  65. font-weight:bold;
  66. text-align:center;
  67. }
  68. .sqm_clock {
  69. }
  70. .sqm_lastRefreshTime {
  71. white-space: nowrap;
  72. }
  73. .sqm_refreshButton {
  74. }
  75. /* formating of error template */
  76. .thead_caption {
  77. font-weight: bold;
  78. text-align: center;
  79. }
  80. .error_list {
  81. }
  82. .error_table {
  83. color: #ff0000;
  84. border: 2px solid #dcdcdc;
  85. background-color: #a0b8c8;
  86. width: 100%;
  87. }
  88. .error_thead {
  89. background-color: #666666;
  90. }
  91. .error_thead_caption {
  92. background-color: #666666;
  93. }
  94. .error_row {
  95. color: #ff0000;
  96. }
  97. .error_val {
  98. color: #000000;
  99. width: 80%;
  100. border: 2px solid #dcdcdc;
  101. }
  102. .error_key {
  103. width: 20%;
  104. border: 2px solid #dcdcdc;
  105. color: #ff0000;
  106. font-weight: bold;
  107. font-style: italic;
  108. background-color: #dcdcdc;
  109. }
  110. /* form fields */
  111. input.sqmtextfield{
  112. }
  113. input.sqmpwfield {
  114. }
  115. input.sqmcheckbox {
  116. }
  117. input.sqmradiobox {
  118. }
  119. input.sqmhiddenfield {
  120. }
  121. input.sqmsubmitfield {
  122. }
  123. input.sqmresetfield {
  124. }
  125. input.sqmtextarea {
  126. }
  127. /* basic definitions */
  128. .table_empty {
  129. width:100%;
  130. border:0;
  131. margin:0;
  132. padding:0;
  133. border-spacing:0;
  134. }
  135. .table_standard {
  136. width:100%;
  137. border:1px solid #dcdcdc;
  138. padding:0;
  139. margin:0;
  140. border-spacing:0;
  141. }
  142. em {
  143. font-weight:bold;
  144. font-style:normal;
  145. }
  146. small {
  147. font-size:80%;
  148. }
  149. img {
  150. border:0;
  151. }
  152. /* login.tpl definitions */
  153. #sqm_login table {
  154. border:0;
  155. margin:0;
  156. padding:0;
  157. border-spacing:0;
  158. margin-left:auto;
  159. margin-right:auto;
  160. }
  161. #sqm_login td {
  162. padding:2px;
  163. }
  164. .sqm_loginImage {
  165. margin-left:auto;
  166. margin-right:auto;
  167. padding:2px;
  168. }
  169. .sqm_loginTop {
  170. text-align:center;
  171. font-size:80%;
  172. }
  173. .sqm_loginOrgName {
  174. font-weight:bold;
  175. text-align:center;
  176. background: #dcdcdc;
  177. width:350px;
  178. border:0;
  179. }
  180. .sqm_loginFieldName {
  181. text-align:right;
  182. width:30%;
  183. }
  184. .sqm_loginFieldInput {
  185. text-align:left;
  186. }
  187. .sqm_loginSubmit {
  188. text-align:center;
  189. }
  190. /* note.tpl defs */
  191. .sqm_noteWrapper {
  192. text-align:center;
  193. width:100%;
  194. }
  195. .sqm_note {
  196. margin-left:auto;
  197. margin-right:auto;
  198. font-weight:bold;
  199. text-align:center;
  200. }
  201. /* motd.tpl defs */
  202. .sqm_motdWrapper {
  203. text-align:center;
  204. width:100%;
  205. margin:1px;
  206. }
  207. .sqm_motd {
  208. margin-left:auto;
  209. margin-right:auto;
  210. text-align:center;
  211. background: #ababab;
  212. width:70%;
  213. padding:0;
  214. }
  215. .sqm_motd td {
  216. text-align:center;
  217. background: #ffffff;
  218. padding:5px;
  219. }
  220. /* empty_folder.tpl defs */
  221. .sqm_emptyFolderWrapper {
  222. text-align:center;
  223. width:100%;
  224. }
  225. .sqm_emptyFolder {
  226. margin-left:auto;
  227. margin-right:auto;
  228. text-align:center;
  229. background: #ababab;
  230. padding:1px;
  231. width:100%;
  232. }
  233. .sqm_emptyFolder td {
  234. text-align:center;
  235. background: #ffffff;
  236. padding-top:15px;
  237. padding-bottom:15px;
  238. }
  239. /* error_box.tpl definitions */
  240. .table_errorBoxWrapper {
  241. width:100%;
  242. padding:0;
  243. border-spacing:0;
  244. border:0;
  245. text-align:center;
  246. margin-left:auto;
  247. margin-right:auto;
  248. background: #ababab;
  249. }
  250. .table_errorBox {
  251. width:100%;
  252. padding:0;
  253. border-spacing:0;
  254. border:0;
  255. text-align:center;
  256. margin-left:auto;
  257. margin-right:auto;
  258. background: #dcdcdc;
  259. }
  260. .error_header {
  261. color: red;
  262. font-weight:bold;
  263. font-weight:bold;
  264. font-style:normal;
  265. }
  266. .error_message {
  267. background: #ffffff;
  268. }
  269. /* error_logout.tpl definitions */
  270. #sqm_errorLogout {
  271. width:100%;
  272. text-align:center;
  273. }
  274. #sqm_errorLogout table {
  275. border:0;
  276. margin:0;
  277. padding:0;
  278. border-spacing:0;
  279. margin-left:auto;
  280. margin-right:auto;
  281. }
  282. #sqm_errorLogout td {
  283. padding:2px;
  284. }
  285. .sqm_errorLogoutImage {
  286. margin-left:auto;
  287. margin-right:auto;
  288. padding:2px;
  289. }
  290. .sqm_errorLogoutTop {
  291. text-align:center;
  292. font-size:80%;
  293. }
  294. /* page_header.tpl definitions */
  295. .sqm_currentFolder {
  296. background: #ababab;
  297. padding:2px;
  298. text-align: left;
  299. }
  300. .sqm_headerSignout {
  301. background: #ababab;
  302. padding:2px;
  303. text-align: right;
  304. font-weight:bold;
  305. }
  306. .sqm_topNavigation {
  307. padding:2px;
  308. text-align: left;
  309. }
  310. .sqm_providerInfo {
  311. padding:2px;
  312. text-align: right;
  313. }
  314. /* message_list.tpl definitions */
  315. .table_messageListWrapper {
  316. width:100%;
  317. padding:0;
  318. border-spacing:0;
  319. border:0;
  320. text-align:center;
  321. margin-left:auto;
  322. margin-right:auto;
  323. background: #ababab;
  324. }
  325. .table_messageList {
  326. width:100%;
  327. padding:0;
  328. border-spacing:0;
  329. border:0;
  330. text-align:center;
  331. margin-left:auto;
  332. margin-right:auto;
  333. background: #ffffcc;
  334. }
  335. .table_messageList a {
  336. white-space:nowrap;
  337. }
  338. .table_messageList tr.headerRow {
  339. text-align: left;
  340. white-space:nowrap;
  341. font-weight:bold;
  342. }
  343. .table_messageList td.spacer {
  344. height:1px;
  345. background: #dcdcdc;
  346. }
  347. .table_messageList tr {
  348. vertical-align:top;
  349. }
  350. .table_messageList tr.even {
  351. background: #ededed;
  352. }
  353. .table_messageList tr.odd {
  354. background: #ffffff;
  355. }
  356. .table_messageList tr.mouse_over {
  357. background: #ffffcc;
  358. }
  359. .table_messageList tr.clicked {
  360. background: #ff9933;
  361. }
  362. .table_messageList td {
  363. white-space:nowrap;
  364. }
  365. .table_messageList td.col_check {
  366. text-align: left;
  367. }
  368. .table_messageList td.col_subject {
  369. text-align: left;
  370. }
  371. .table_messageList td.col_flags {
  372. text-align: left;
  373. }
  374. .table_messageList td.col_date {
  375. text-align:center;
  376. }
  377. .table_messageList td.col_text {
  378. text-align: left;
  379. }
  380. .unread {
  381. font-weight:bold;
  382. }
  383. .deleted {
  384. color: #ababab;
  385. }
  386. .flagged {
  387. color: #cc0000;
  388. }
  389. .high_priority {
  390. color: #800000;
  391. }
  392. .low_priority {
  393. color: #000000;
  394. }
  395. .col_checked {
  396. }
  397. .links_paginator {
  398. text-align: left;
  399. }
  400. .message_count {
  401. text-align:right;
  402. font-size:8pt;
  403. }
  404. .message_list_controls {
  405. background: #dcdcdc;
  406. }
  407. .message_control_button {
  408. padding:0px;
  409. margin:0px;
  410. }
  411. .message_control_buttons {
  412. text-align: left;
  413. font-size:10px; /* replaces <small> tags to allow greater control of fonts w/ using an id. */
  414. }
  415. .message_control_delete {
  416. text-align: right;
  417. font-size:10px; /* replaces <small> tags to allow greater control of fonts w/ using an id. */
  418. }
  419. .message_control_move {
  420. text-align: right;
  421. font-size:10px; /* replaces <small> tags to allow greater control of fonts w/ using an id. */
  422. }
  423. .spacer {
  424. height:5px;
  425. background: #ffffff;
  426. }