view presen/ui/default/gongo.css @ 26:252d2d951d7e

add Task Manager
author gongo@gendarme.cr.ie.u-ryukyu.ac.jp
date Sun, 15 Feb 2009 11:44:57 +0900
parents 51c95851ae11
children 90128e098120
line wrap: on
line source

@charset "UTF-8";

span.text-red {color: red; }
span.text-silver {color: #E0E0E0; } /* 本当は #C0C0C0 */
span.text-maroon {color: maroon; }
span.text-orange {color: orange; }
span.text-lime {color: lime; }
span.text-cyan {color: cyan; }
span.text-aqua {color: aqua; }
span.text-blue {color: blue; }
span.text-navy {color: navy; }
span.text-purple {color: purple; }
span.text-teal {color: teal; }
span.text-big  {font-size: xx-large; }
span.text-underline {border-bottom: solid 2px black; }

.small {font-size: medium;}

* {font-family: Osaka, 'MS Pゴシック';}