Attachment 'strawbery.css'

Download

   1 /*** The menu bar ***/
   2 html ul.gotobar {
   3     /* Whole bar. */
   4     background: #39f;
   5     border-top: 1px solid #06d;
   6     border-bottom: 1px solid #07e;
   7 }
   8 html ul.gotobar li {
   9     /* Outer edge of menu items. */
  10     border: 1px solid #07e;
  11 }
  12 html ul.gotobar li a {
  13     /* Inactive menu items. */
  14     border: 1px solid #7bf;
  15     background: #4af;
  16     color: #024;
  17 }
  18 html ul.gotobar li.current a {
  19     /* Selected menu items. */
  20     background: #39f;
  21     border: 1px solid #3af;
  22     color: #000;
  23 }
  24 html ul.gotobar li.current {
  25     /* Outer border of selected menu items. */
  26     border: 1px solid #06d;
  27 }
  28 html ul.gotobar li a:hover {
  29     /* Menu items on hover. */
  30     color: #000;
  31     background: #6bf;
  32     border: 1px solid #9df;
  33 }
  34 
  35 /*** The sidebar ***/
  36 html div.sidebar {
  37     background: #bef;
  38     border: 1px solid #7ae;
  39     border-bottom: 1px solid #38e;
  40 }
  41 html div.wrapper div.sidebar h1, 
  42 html div.wrapper div.sidebar h2, 
  43 html div.wrapper div.sidebar h3 { 
  44     color: #258;
  45     border: 1px solid #6ae;
  46     background: #7cf;
  47 }
  48 html div.sidebar li {
  49     background: url(img/bullet-blue.png) no-repeat 3px 3px;
  50 }
  51 
  52 /*** The content ***/
  53 html h2, html h3, html h4, html h5 {
  54     /* Headings */
  55     color: #4af;
  56 }
  57 html div.wrapper h1 {
  58     /* Largest heading */
  59     color: #29f;
  60 }
  61 html div.wrapper h4 { 
  62     /* Smallest heading */
  63     color: #6bf; 
  64 }
  65 
  66 /*** The links ***/
  67 html a { 
  68     color: #06f;
  69 }
  70 html a:visited {
  71     color: #39f; 
  72 }

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] (2008-03-16 23:50:55, 0.2 KB) [[attachment:bullet-blue.png]]
  • [get | view] (2008-03-17 00:34:00, 15.9 KB) [[attachment:chocolate.png]]
  • [get | view] (2008-03-03 02:40:35, 8.1 KB) [[attachment:ie6diff.diff]]
  • [get | view] (2007-12-03 09:55:19, 9.4 KB) [[attachment:mandarin-0.1.tar.gz]]
  • [get | view] (2007-12-03 17:12:30, 9.8 KB) [[attachment:mandarin-0.2.tar.gz]]
  • [get | view] (2007-12-16 00:27:01, 11.5 KB) [[attachment:mandarin-0.3.tar.gz]]
  • [get | view] (2007-12-03 17:12:13, 43.2 KB) [[attachment:mandarin.png]]
  • [get | view] (2007-12-06 15:54:01, 23.8 KB) [[attachment:mandarin.zip]]
  • [get | view] (2008-03-17 01:00:16, 47.9 KB) [[attachment:plum.png]]
  • [get | view] (2008-02-06 09:27:23, 125.5 KB) [[attachment:printscreen-galaxyheavych.png]]
  • [get | view] (2008-03-03 02:43:46, 0.1 KB) [[attachment:realie6diff.diff]]
  • [get | view] (2008-03-16 23:59:32, 1.4 KB) [[attachment:strawberry.css]]
  • [get | view] (2008-03-16 23:48:22, 15.7 KB) [[attachment:strawberry.png]]
  • [get | view] (2008-03-16 23:49:15, 1.4 KB) [[attachment:strawbery.css]]
  • [get | view] (2008-03-03 02:40:57, 8.1 KB) [[attachment:style.css]]
 All files | Selected Files: delete move to page copy to page

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