open-source utilities and extras for Max/MSP
[ start | index | login ]
start > SnipSnap > themes > Sky > css > general.css

general.css

Created by nick. Last edited by nick, 8 years and 16 days ago. Viewed 219 times. #1
[edit] [rdf]
labels
attachments
/**
 * General Stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: SnipSnap-Theme-sky.snip,v 1.2 2004/05/17 10:56:17 leo Exp $
 */

/* 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



< February 2012 >
SunMonTueWedThuFriSat
1234
567891011
12131415161718
19202122232425
26272829

XHTML 1.0 validated
CSS validated
RSS 2.0 validated
RSS Feed

Contact: Nick Rothwell

Powered by SnipSnap 1.0b3-uttoxeter

Open Source Java and UI Software for MaxMSP

ff194

The fireflash spanning router for the >>monome.

shado-small

The shado compositing and sprite library for the >>monome.


jython-logo

The Python programming language embedded in MaxMSP/MXJ


groovy-50

The Groovy programming language embedded in MaxMSP


small_powered_by

A Jetty-based embedded web server for MaxMSP, with JSP support


hsqldb

SQL database support, using HSQL or Apache Derby (embedded), or MySQL


nixie

Nixie tubes for Max


buttonsx

Rotating, alignable, colourable, assignable, pattr-aware arrays of text


Legacy Software

snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt