source: t29-www/en-v6/inc/special.old/tables.css @ 262

Last change on this file since 262 was 262, checked in by sven, 12 years ago

Added svn:keywords = Id Property to de-v6, en-v6, lib. and ignore all files in shared/cache.

  • Property svn:keywords set to Id
File size: 1.3 KB
Line 
1/**
2 technikum29.de Stylesheet for
3 translation-table
4**/
5
6/* <table> => Progress Table */
7
8table {
9    border-collapse: collapse;
10    /* IE: */ font-size: 90%;
11    margin: 2px 2px 10px 2px;
12    background-color: #FFF3F3;
13}
14
15html>body table {
16    /* intelligente browser */
17    font-size: 100%;
18}
19
20table strong {
21    font-weight: normal;
22    color: #7B7B7B;
23}
24
25table td, 
26table th {
27    border: 1px solid #B8B0B0;
28    background-color: #FFFAFA;
29    padding: 2px;
30    vertical-align: middle;
31}
32
33table th {
34    text-align: center;
35    font-weight: bold;
36    background-color: #DEDEDE;
37    border-bottom-color: #000;
38}
39
40table td.ok,
41table td.almost-ok,
42table td.not-ok,
43table td.done,
44table td.progress,
45table td.no {
46    text-align: center;
47    font-weight: bold;
48}
49
50/* Reihe switch-english-name-ok */
51table td.ok        { background-color: #8DD488; color: #298223; border-color: #298223; }
52table td.almost-ok { background-color: #CACC9A; color: #8F930D; border-color: #8F930D; }
53table td.not-ok    { background-color: #F46969; color: #CFF;    border-color: #C90000; }
54
55/* Reihe progress */
56table td.done        { }
57table td.progress { background-color: #66D661; color: #295226; border-color: #298223; }
58table td.no          { background-color: #DED9D9; color: #ADADAD; }
59
60table td.yellow    { background-color: #f7ff9e; }
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License