Attachment 'transitions.css'

Download

   1 #moin-navibar li { float: left;
   2  display: inline;
   3  margin: 0 2px;
   4  padding: 2px 5px;
   5  border: 1px solid #ACD;
   6  border-bottom: none;
   7  white-space: nowrap;
   8  font-size: .88em;
   9  -webkit-transition: background 1s linear;
  10  -moz-transition: background 1s linear; 
  11  } 
  12 #moin-navibar a:link,
  13 #moin-navibar a:visited { 
  14 color: black;
  15 text-decoration: none;
  16 } 
  17 #moin-navibar li:hover { 
  18 background: #D6E4F9;
  19 -webkit-transition: background 1s linear;
  20 -moz-transition: background 1s linear; 
  21 } 
  22 .moin-editbar { clear: both;
  23  display: block;
  24  margin: 0;
  25  padding: 2px 8px;
  26  background: #D6E4F9;
  27  font-size: 0.8em;
  28  border-bottom: 1px solid #4D7DA9;
  29  border-top: 1px solid #4D7DA9;
  30  margin-top: -1px;
  31  -webkit-transition: background 1s linear;
  32  -moz-transition: background 1s linear;
  33  }
  34 
  35 .moin-editbar:hover {
  36 background:#B7B2FF;
  37 -webkit-transition: background 1s linear;
  38 -moz-transition: background 1s linear
  39 } 
  40 .moin-editbar a,
  41 .moin-editbar a:visited { color: black; }
  42 .moin-editbar a:hover { text-decoration: underline; color:white;} 
  43 #moin-searchinput{
  44 opacity:0.4;
  45 -webkit-transition: opacity 1s linear;
  46 -moz-transition: opacity 1s linear;
  47 }
  48 
  49 #moin-searchinput:hover{
  50 opacity:1;
  51 -webkit-transition: opacity 1s linear;
  52 -moz-transition: opacity 1s linear;
  53 }
  54 
  55 #moin-pagetrail a:link { color: white; text-decoration: none; }
  56 #moin-pagetrail a:visited { text-decoration: none; color: white; }
  57 #moin-pagetrail a:visited:hover { text-decoration: none; color: #C0C0C0; }
  58 #moin-pagetrail a:hover,
  59 #moin-pagetrail a:active { text-decoration: underline; color: #C0C0C0; }
  60 #moin-pagetrail a:link { color: white; text-decoration: none; }
  61 #moin-locationline a:visited { text-decoration: none; color: white; }
  62 #moin-locationline a:visited:hover { text-decoration: none; color: #C0C0C0; }
  63 #moin-locationline a:hover,
  64 #moin-locationline a:active { text-decoration: underline; color: #C0C0C0; }
  65 #moin-username a:link { color: white; text-decoration: none; }
  66 #moin-username a:visited { text-decoration: none; color: white; }
  67 #moin-username a:visited:hover { text-decoration: none; color: #C0C0C0; }
  68 #moin-username a:hover,
  69 #moin-username a:active { text-decoration: underline; color: #C0C0C0; } 
  70 
  71 a:link { color: #804000; text-decoration: none; }
  72 a:visited { text-decoration: none; color: #804000; }
  73 a:visited:hover { text-decoration: none; color: black; }
  74 a:hover,
  75 a:active { text-decoration: underline; color: black; } 
  76 
  77 
  78 #moin-header { margin: 1px; padding: 1px; background: #3B5998; line-height: 1.12em; } 

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] (2010-11-27 18:48:52, 44.5 KB) [[attachment:Edit.PNG]]
  • [get | view] (2010-11-27 18:48:34, 57.3 KB) [[attachment:Revision history.PNG]]
  • [get | view] (2010-11-27 18:49:15, 50.1 KB) [[attachment:show.PNG]]
  • [get | view] (2010-11-27 18:47:40, 2.4 KB) [[attachment:transitions.css]]
 All files | Selected Files: delete move to page copy to page

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