Attachment 'grays.css'

Download

   1 body {
   2 	background-color: rgb(240,240,240);
   3 	font-family: "URW Gothic L", Gothic, helmet, "luxi sans", luxida, verdana, sans;
   4 	background-image: "University Logo.jpg";
   5 }
   6 
   7 tr.greybox {
   8 	background-color: rgb(208,208,208);
   9 }
  10 
  11 select {
  12 	background: rgb(224,224,224);
  13 }
  14 
  15 select:hover {
  16 	background-color: rgb(224,224,240);
  17 }
  18 
  19 option:hover {
  20 	background-color: rgb(224,224,240);
  21 }
  22 
  23 input {
  24 	background: rgb(224,224,224);
  25 	border-style: ridge;
  26 	border-width: 3px;
  27 }
  28 
  29 input:hover {
  30 	background-color: rgb(224,224,240);
  31 }
  32 
  33 input:focus{
  34 	background-color: rgb(224,224,240);
  35 	border-style: inset;
  36 	border-width: 3px;
  37 }
  38 
  39 div.worksheet_title {
  40 	background-color: rgb(240,240,240);
  41 }
  42 
  43 div.top_control_bar {
  44 	background-color: rgb(224,224,224);
  45 }
  46 
  47 div.slideshow_progress {
  48 	background-color: rgb(224,224,224);
  49 }
  50 
  51 span.search_doc {
  52 	background-color: rgb(224,224,224);
  53 }
  54 
  55 div.left_pane_bar {
  56 	background-color: rgb(224,224,224);
  57 }
  58 
  59 span.X {
  60 	background-color: rgb(224,224,224);
  61 }
  62 
  63 span.pane div.add_new_worksheet_menu {
  64 	background-color: rgb(224,224,224);
  65 }
  66 
  67 span.pane a.worksheet_other {
  68 	background-color: rgb(224,224,224);
  69 }
  70 
  71 span.pane div.objects_topbar {
  72 	background-color: rgb(224,224,224);
  73 }
  74 
  75 span.pane div.variables_topbar {
  76 	background-color: rgb(224,224,224);
  77 }
  78 
  79 span.pane div.attached_topbar {
  80 	background-color: rgb(224,224,224);
  81 }
  82 
  83 span.pane div.worksheets_topbar {
  84 	background-color: rgb(224,224,224);
  85 }
  86 
  87 span.search_doc_topbar {
  88 	background-color: rgb(224,224,224);
  89 }
  90 
  91 a.object_name {
  92 	background-color: rgb(224,224,224);
  93 }
  94 
  95 a.object_name:hover {
  96 	background-color: rgb(160,160,208);
  97 }
  98 
  99 a:hover {
 100 	background-color: rgb(176,200,224);
 101 }
 102 
 103 div.worksheet {
 104 	background-color: rgb(240,240,240);
 105 	border-style: groove;
 106 }
 107 
 108 div.banner {
 109 	background-color: rgb(240,240,240);
 110 }
 111 
 112 div.cellbox {
 113 	background-color: rgb(224,224,224);
 114 }
 115 
 116 textarea.cell_input {
 117 	background-color: #dddddd;
 118 	border-style: ridge;
 119 	border-width: 4px;
 120 }
 121 
 122 div.cell_not_evaluated {
 123 	border-left: 2px solid #dd0000;
 124 }
 125 
 126 div.cell_evaluated {
 127 	border-left: 2px ridge #eeeeee;
 128 }
 129 
 130 td.cell_number_running {
 131 	border-left: 10px solid #eedd00;
 132 }
 133 
 134 td.cell_number {
 135 	border: 0px ridge #aaaaaa;
 136 }
 137 
 138 pre.cell_input {
 139 	background-color: rgb(224,224,224);
 140 }
 141 
 142 textarea.cell_input_hide {
 143 	background-color: rgb(235,235,235);
 144 	color: rgb(230,230,230);
 145 }
 146 
 147 pre.cell_input_hide {
 148 	background-color: rgb(224,224,224);
 149 }
 150 
 151 textarea.cell_input_active {
 152 	background-color: rgb(224,224,240);
 153 	border-style: inset;
 154 	border-width: 3px;
 155 }
 156 
 157 div.cell_input_active {
 158 	background-color: rgb(224,224,224);
 159 }
 160 
 161 div.cell_input_print {
 162 	background-color: rgb(224,224,224);
 163 }
 164 
 165 div.debug_window_active {
 166 	background-color: rgb(224,224,224);
 167 }
 168 
 169 div.debug_output {
 170 	background-color: rgb(224,224,224);
 171 }
 172 
 173 textarea.debug_input {
 174 	background-color: rgb(224,224,240);
 175 }
 176 
 177 textarea.edit {
 178 	background-color: rgb(224,224,240);
 179 }
 180 
 181 textarea.plaintextedit {
 182 	background-color: rgb(224,224,240);
 183 }
 184 
 185 pre.plaintext {
 186 	background-color: rgb(224,224,224);
 187 }
 188 
 189 span.pingdown {
 190 	background-color: rgb(224,224,224);
 191 }

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2009-01-27 04:51:46, 1.0 KB) [[attachment:dark.css]]
  • [get | view] (2009-01-27 04:50:56, 47.9 KB) [[attachment:dark.png]]
  • [get | view] (2009-01-26 22:20:07, 2.9 KB) [[attachment:grays.css]]
  • [get | view] (2009-01-27 04:50:18, 45.2 KB) [[attachment:grays.png]]
  • [get | view] (2009-01-27 04:52:21, 1.2 KB) [[attachment:sagemath-theme.css]]
  • [get | view] (2009-01-27 04:53:30, 47.0 KB) [[attachment:sagemath-theme.png]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.