includes/clientside/css/enano-shared.css
changeset 334 c72b545f1304
parent 329 0437a7cf1acc
child 335 67bd3121a12e
--- a/includes/clientside/css/enano-shared.css	Fri Dec 21 19:08:27 2007 -0500
+++ b/includes/clientside/css/enano-shared.css	Wed Dec 26 00:37:26 2007 -0500
@@ -193,6 +193,7 @@
 div.search-result span.search-result-info { color: #7777CC; }
 div.search-result span.search-result-url  { color: green; }
 div.search-result span.search-term, div.search-result span.title-search-term { background-color: #FFFFC0; font-weight: bold; }
+div.search-result span.url-search-term { font-weight: bold; }
 div.search-result span.search-result-annotation { font-size: 8pt; }
 div.search-hibar       { border-top: 1px solid #3366CC; margin-top: 10px; color: #000; background-color: #D5DFF3; padding: 3px; vertical-align: middle; }
 div.search-lobar       { background-color: #E5EFFF; margin: 0; padding: 5px; }
@@ -526,3 +527,121 @@
   font-size: 0.7em;
 }
 
+/* Default private message AJAX interface styles (colors and style based on those of Gmail) */
+
+div#privmsgs {
+  /* Neal prefers this border but I personally consider it distasteful because it detracts from the Gmail-ey look.
+  border: 1px solid #c0c0c0; */
+  background-color: white;
+  color: black;
+}
+
+span.pm_link {
+  color: #0000ff;
+  cursor: pointer;
+  text-decoration: underline;
+}
+
+span.pm_link_folder {
+  display: block;
+  text-decoration: none;
+  padding: 3px;
+}
+
+span.pm_link_selected {
+  background-color: #c3d9ff;
+  font-weight: bold;
+  text-decoration: underline;
+}
+
+span.pm_link_selected_trash {
+  background-color: #d9d9db;
+}
+
+div.pm_break {
+  height: 10px;
+}
+
+div.pm_main {
+  background-color: #c3d9ff;
+  padding: 5px 5px 3px 5px;
+  margin-left: 12em;
+  min-height: 16em;
+}
+
+div.pm_main_trash {
+  background-color: #d9d9db;
+}
+
+div.pm_status {
+  display: table;
+  background-color: #cc0000;
+  padding: 3px;
+  margin: 0 auto;
+  color: white;
+}
+
+div.pm_teaser {
+  background-color: white;
+  color: black;
+  text-align: center;
+  padding: 8em 1em 8em 1em;
+}
+
+div.pm_mlist_message {
+  background-color: #e8eef7;
+  color: black;
+  border-bottom: 1px solid #d8d8d8;
+  cursor: pointer;
+}
+
+div.pm_mlist_message span.pm_subject {
+  font-weight: normal;
+  display: inline-block;
+  clip: rect(0px, auto, auto, 0px);
+  overflow: hidden;
+  margin: 0 3px 0 0;
+}
+
+div.pm_mlist_message span.pm_sender {
+  display: inline-block;
+  width: 30%;
+  margin: 0 10px 0% 4px;
+  font-weight: normal;
+  clip: rect(0px, auto, auto, 0px);
+  overflow: hidden;
+}
+
+div.pm_mlist_message span.pm_miniclip {
+  color: #909090;
+  display: inline-block;
+  clip: rect(0px, auto, auto, 0px);
+  overflow: hidden;
+}
+
+div.pm_messagelist_inner {
+  min-height: 12em;
+  background-color: white;
+}
+
+div.pm_mlist_message_unread {
+  background-color: white;
+}
+
+div.pm_mlist_message_unread span.pm_subject {
+  font-weight: bold;
+}
+
+div.pm_mlist_message_unread span.pm_sender {
+  font-weight: bold;
+}
+
+div.pm_mlist_message_selected {
+  background-color: #ffffcc;
+}
+
+span.pm_toolbar_label {
+  color: black;
+  font-weight: bold;
+}
+