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

Last change on this file since 1 was 1, checked in by sven, 16 years ago

This reposity is supposed to contain the whole content of
http://www.technikum29.de. You can read about the progress
of the SVN migration in our wiki at http://dev.technikum29.de/

The first import only contains the /en subdirectory, to test
the SVN directory autoversioning and post-commit-auto-update
features in an area where heribert, the main user, usually
doesn't write or - when he writes - never writes something
important (only width/height things of images, etc.).

Please note: In later use/when this reposity finally gets
used on every day life, the commit comments won't be in
english any more.

--Sven, on his balcony computer at 24. July 2008.

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