Software Development, Agile Practices, Lean Thinking, Music
[ start | index | login or register ]
start > SnipSnap > themes > Orange Valley > css > general.css

general.css

Created by admin. Last edited by brandon, 4 years and 272 days ago. Viewed 28 times. #2
[diff] [history] [edit] [rdf]
labels
attachments
/**
 * General Stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: SnipSnap-Theme-orange.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: #9A1414;
  font-family: verdana, arial, sans-serif;
  //font-size:10px;
  text-decoration: none;
  font-weight:bold;
}
a:link {
  color: #9A1414;
  text-decoration: none;
}
a:visited	{
  color: #9A1414;
  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
Describe here what your SnipSnap is about!

Configure this box!

  1. Login in
  2. Click here: snipsnap-portlet-2
  3. Edit this box
www.brandonburk.com | Copyright 2008 Brandon N. Burk