style/example.inc.php
changeset 13 2ff220cfde13
child 71 e1b918eaf69a
equal deleted inserted replaced
12:7be4525290cc 13:2ff220cfde13
       
     1 
       
     2 /* RZ TODO: cleanup code */
       
     3 
       
     4 body {
       
     5         padding-left: 		5%;
       
     6         padding-right: 		5%;
       
     7 	font-family: 		Verdana, Arial, Helvetica;
       
     8 	font-size:		85%;
       
     9 	text-align: 		left;
       
    10 	vertical-align: 	top;
       
    11 	background:		#f4f4f4;
       
    12 }
       
    13 
       
    14 h1, h2, table, .menu, .footer	{
       
    15 	border:			1px solid #000000;
       
    16 	padding:		3px;
       
    17 	background:		#ddeeff;
       
    18 }
       
    19 
       
    20 p       {
       
    21         padding:                3px;
       
    22 }
       
    23 
       
    24 table	{
       
    25 	width:			100%;
       
    26 	font-family: 		Verdana, Arial, Helvetica;
       
    27 	font-size:		90%;
       
    28 	text-align: 		left;
       
    29 	vertical-align: 	top;
       
    30 }
       
    31 
       
    32 img	{
       
    33 	border:			0px;
       
    34 }
       
    35 img .edit-assign-to-user	{
       
    36 	margin-left:		47px;
       
    37 }
       
    38 
       
    39 #meta {
       
    40         width:                  100%;
       
    41 	clear:			left;
       
    42 }
       
    43 
       
    44 #meta .button	{
       
    45 	margin			0px 5px 0px 0px;
       
    46 }
       
    47 
       
    48 #meta-left {
       
    49         float:                  left;
       
    50         width:                  49%;
       
    51 }
       
    52 
       
    53 #meta-right {
       
    54         float:                  right;
       
    55         width:                  49%;
       
    56 }
       
    57 
       
    58 td	{
       
    59         padding:                0px 2px 0px 2px;
       
    60 	vertical-align: 	top;
       
    61 }
       
    62 
       
    63 td.y	{
       
    64 	background:		#ffffff;
       
    65 	border:			1px solid #000000;
       
    66 }
       
    67 
       
    68 .menu 	{
       
    69 	font-size:		80%;
       
    70 }
       
    71 
       
    72 .error	{
       
    73 	background:		#ff0000;
       
    74 	color:			#ffffff;
       
    75 	padding:		3px;
       
    76 	font-size:		90%;
       
    77 	
       
    78 }
       
    79 
       
    80 .success	{
       
    81 	background:		#00cc33;
       
    82 	padding:		3px;
       
    83 	font-size:		90%;
       
    84 }
       
    85 
       
    86 .showmax	{
       
    87 	font-size:		80%;
       
    88 	margin:			5px 0px 5px 0px;
       
    89 	text-align:		center;
       
    90 }
       
    91 
       
    92 .lettertaken	{
       
    93 	color:			#000000;
       
    94 	font-weight: 		bold;
       
    95 }
       
    96 
       
    97 .letternotavailable	{
       
    98 	color:			#999999;
       
    99 }
       
   100 
       
   101 a:link 		{ 
       
   102 	color: 			#000000;
       
   103 }
       
   104 
       
   105 a:visited 	{ 
       
   106 	color: 			#000000;
       
   107 }
       
   108 
       
   109 a:active 	{ 
       
   110 	color: 			#000000;
       
   111 }
       
   112 
       
   113 a:hover 	{
       
   114 	text-decoration:	none;
       
   115 }
       
   116 
       
   117 .footer	{
       
   118 	font-size:		70%;
       
   119 	margin-top:		5px;
       
   120 }
       
   121 
       
   122 
       
   123 
       
   124 
       
   125 .sbutton {
       
   126         border: 		#999999 1px solid;
       
   127 }
       
   128 
       
   129 .button {
       
   130         border:			#999999 1px solid;
       
   131 }
       
   132 .input {
       
   133         border:			#999999 1px solid;
       
   134 }
       
   135 .sinput {
       
   136         border: 		#999999 1px solid;
       
   137 }
       
   138 
       
   139 
       
   140 
       
   141 
       
   142 
       
   143 
       
   144 
       
   145 
       
   146 
       
   147 
       
   148 
       
   149 <?
       
   150 include_once("../inc/config.inc.php");
       
   151 ?>
       
   152