source: trunk/src/ajax/css/main.css @ 26

Last change on this file since 26 was 26, checked in by lgiessmann, 16 years ago

added a license header to all files where the isidorus license is mentioned and referenced, in the ajax file there is also a reference to the MIT-license; an edit/create template for fragments is implemented in the ajax module, but it\'s really terrible and not really useable - this should be only the initial idea of realizing such a functionality\!

File size: 1.3 KB
Line 
1/*----------------------------------------------------------------------------*/
2/*  Isidorus                                                                  */
3/*  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann             */
4/*                                                                            */
5/*  Isidorus is freely distributable under the LGPL license.                  */
6/*  This ajax module uses the frameworks PrototypeJs and Scriptaculous, both  */
7/*  are distributed under the MIT license.                                    */
8/*  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and    */
9/*  in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt.                   */
10/*----------------------------------------------------------------------------*/
11
12
13.clickable{
14    cursor: pointer;
15    padding-left: 5px;
16    padding-right: 5px;
17}
18
19.clickable:hover{
20    text-decoration: underline;
21}
22
23.clickable:active{
24    color: red;
25}
26
27.headerRow {
28    background-color: #EEEEFF;
29}
30
31
32.topicHeaderRow {
33    background-color: #CCE5FF;
34}
35
36.topicStubsHeaderRow {
37    background-color: #CCE5FF;
38}
39
40.associationsHeaderRow {
41    background-color: #CCE5FF;
42}
43
44.tmIdsHeaderRow {
45    background-color: #CCE5FF;
46}
47
48.frame{
49    border: 1px outset black;
50    margin: 5px;
51}
Note: See TracBrowser for help on using the repository browser.