The Wiki Space for the 2007 International Symposium on Wikis
[ start | index | login or register ]
start > SnipSnap > themes > Sky > css > general.css

general.css

Created by alain_desilets. Last edited by alain_desilets, 7 years and 201 days ago. Viewed 10 times. #1
[edit] [rdf]
labels
attachments
/**
 * General Stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: SnipSnap-Theme-sky.snip 1606 2004-05-17 10:56:18Z leo $
 */

/* error messages and error positions should be marked red */
.error { color: #ff0000; font-weight: bold;	background-color: inherit;}
.error-position { background-color: #ffaaaa; color: inherit;}

/* inactive buttons are greyed out */
.inactive { color: #aaaaaa; background-color: inherit;}

/************************************************/
/* ANCHOR tag                                   */
a {
  color: #000000;
  font-family: verdana, arial, sans-serif;
  font-size:10px;
  text-decoration: none;
  font-weight:bold;
}
a:link {
  color: #0D70C6;
  text-decoration: bold;
}
a:visited	{
  color: #0D70C6;
  text-decoration: none;
}
a:active {
  color: #FFCC66;
}
a:hover {
  color: #FFCC66;
}


/************************************************/
/* table tag                                    */
table {
	empty-cells: show;
}



/************************************************/
/* input tag                                    */

input[type=submit] {
  margin-top: 2px;
}

input, select, textarea {
  font-size: inherit;
  font-family: courier, courier new, monospaced;
}

textarea {
  width: 100%;
  overflow: auto;
  wrap: virtual;
}
no comments | post comment

Help
For hints about formatting text see snipsnap-help.

Logged in Users: (0)
… and a Guest.



< August 2011 >
SunMonTueWedThuFriSat
123456
78910111213
14151617181920
21222324252627
28293031

Blogrolling:
>>Langreiter
>>Earl
>>henso
>>Java Blogs
>>Rickard

XHTML 1.0 validated
CSS validated
RSS 2.0 validated
RSS Feed

Powered by SnipSnap 1.0b2-uttoxeter

Describe here what your SnipSnap is about!

Configure this box!

  1. Login in
  2. Click here: snipsnap-portlet-2
  3. Edit this box
snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt