1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
/* $Header: /cvsroot/bitweaver/_bit_themes/Attic/base.css,v 1.4 2005/08/07 17:45:04 squareing Exp $ */
/* essential and basic css settings */
body {background:#fff; margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0; padding:0; margin:0; width:100%;}
pre, code {font-family:monospace; font-size:12px; overflow:auto; text-align:left;}
#tikilayouttable {width:100%; padding:0; margin:0;}
#bitleft {vertical-align:top; width:170px;}
#bitright {vertical-align:top; width:170px;}
#tikimain {vertical-align:top;}
#tikibottom {font:10px verdana,sans-serif; color:#999; text-align:center; clear:both;}
.introduction,.description {text-align:justify;}
.norecords {font-weight:bold;}
.boxtitle {text-align:center;}
.boxtitle .icon {vertical-align:middle;}
.popup {background:#fff; width:250px; border:1px solid #000;}
.icon,.icon:hover,a.icon,a.icon:hover {border:0px;}
.portrait,.avatar {float:right; padding:0 0 5px 5px;}
.menu .head {display:block; white-space:nowrap;}
.menu .item {display:block;}
.highlight {font-weight:bolder;}
a.create {font-style:italic}
a.skip {position:absolute; top:0; left:-999em;}
a.skip:active, a.skip:focus {left:0em;}
.quicktag {margin:1px;}
.selected {font-weight:bolder}
.floaticon {float:right;}
span.actionicon {float:right;}
td.actionicon {text-align:right;}
.navbar,.comment,.footer {clear:both;}
.date,.footer,.pagination,small {color:#999;}
.panelsubmitrow {text-align:center;}
.pagination {text-align:center;}
.storage {float:right; clear:both;}
.clear {clear:both;}
/*** forms ***/
form,input,textarea,select{margin:0; padding:0;}
form {display:inline;}
textarea {width:100%;}
.row {clear:both; padding-top:5px;}
.formlabel {float:left; width:25%; text-align:right;}
.formfeedback,.feedback{display:block; clear:both;}
.forminput {float:right; width:74%;}
.formhelp {cursor:help; display:block; clear:both;}
.module .forminput, .module .formlabel {width:auto; float:left; clear:both;}
.closebutton{position:absolute; top:1px; right:1px;}
.submit {text-align:center; padding-bottom:10px;}
.minifind {width:200px;}
.error,.errorpage .boxtitle {color:#f00; font-weight:bold;}
.warning {color:#f80;}
.success {color:#090;}
.fisheyeimage .boxcontent, .fisheyegallery .boxcontent,.image .boxcontent {text-align:center;}
/* priorities */
.prio1 {background:#dfc !important;}
.prio2 {background:#efc !important;}
.prio3 {background:#ffc !important;}
.prio4 {background:#fec !important;}
.prio5 {background:#fdc !important;}
/* annoyances and grievances */
.module textarea {width:auto;}
.comment .content {overflow:auto;}
#bitleft .shoutbox,#bitright .shoutbox {width:160px; overflow:hidden;}
html>body #bitleft .shoutbox,html>body #bitright .shoutbox {width:auto;}
/* tabs */
.tabsystem .tabcontainer {margin:0; padding:0; border:0; clear:both;}
.tabsystem .tabcontainer ul,.tabsystem .tabcontainer li {margin:0; padding:0; border:0; list-style-type:none; display:inline;}
.tabsystem .tabcontainer .tab,.tabsystem .tabcontainer .tab-active {position:relative; display:inline; float:left; z-index:1; white-space:nowrap;}
.tabsystem .tabpage {clear:both;}
h4 {margin:0; padding:0;}
/* lists */
ul,ol,dl {margin-top:0; margin-bottom:0;}
.module ol,.module ul,.menu ul {margin:0; padding:0}
.module ol li {margin:0 0 0 3em; padding:0;}
.module ul li,.menu li,ul.toc li {list-style:none;}
ul.toc ul {margin-left:1.5em; padding:0;}
.navbar {height:2em;}
.navbar ul {padding:0; margin:0; list-style:none;}
.navbar ul li {float:left;}
ul.data {margin:0; padding:0;}
ul.data li.item {list-style:none; margin:0; padding:0;}
ul.data li.item .thumb {float:right;}
li.error,li.success,li.note,li.warning {list-style:none;}
ul.toc li {list-style:none;}
li.treenode {list-style:none; clear:both; border-top:1px solid #999;}
ul.tree {margin:0;padding-left:20px;}
/* css driven dropdown menus - horizontal */
#nav,#nav a,#nav li,#nav ul {z-index:10000000;}
.hor,.hor a,.hor li,.hor ul {z-index:100000;}
.hor,.hor ul {padding:0; margin:0; list-style:none;}
.hor a {white-space:no-wrap; display:block;}
.hor li {width:auto;}
.hor li li,.hor li ul {width:13em; display:block; text-align:left;}/*padding:0; margin:0; */
.hor .head {width:auto; padding:0 0.5em;}
.hor li {float:left; position:relative;}
.hor li ul {position:absolute; left:-999em; background:#fff; border:1px solid #999;}
.hor li ul ul {margin:-1.3em 0 0 13em;}
.hor .icon {position:absolute; left:28px; top:2px; vertical-align:middle; margin-left:-26px;}
.hor li li a {margin:0 0 0 2em;}
/* css driven dropdown menus - vertical */
.ver,.ver a,.ver li,.ver ul {z-index:100000;}
.ver, .ver ul {padding:0; margin:0; list-style:none; float:left; width:13em;}
.ver li {position:relative;}
.ver li li {position:relative; float:left; width:13em;}
.ver li ul {position:absolute; left:-999em; margin-left:11.05em; margin-top:-1.35em; background:#fff;}
.ver li ul ul {left:-999em;}
.ver li a {width:13em; w\idth:12em; display:block;}
/* ieHover used as suckerfish class for MSIE hover support */
.hor li:hover ul ul, .hor li:hover ul ul ul, .hor li.ieHover ul ul, .hor li.ieHover ul ul ul,
.ver li:hover ul ul, .ver li:hover ul ul ul, .ver li.ieHover ul ul, .ver li.ieHover ul ul ul {left:-999em;}
.hor li:hover ul, .hor li li:hover ul, .hor li li li:hover ul, .hor li.ieHover ul, .hor li li.ieHover ul, .hor li li li.ieHover ul,
.ver li:hover ul, .ver li li:hover ul, .ver li li li:hover ul, .ver li.ieHover ul, .ver li li.ieHover ul, .ver li li li.ieHover ul {left:auto;}
/* Support for MSIE select box hiding part of suckerfish */
.hor iframe,.ver iframe {position:absolute; left:0; top:0; z-index:-1; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);}
/* structures */
.structurebar {clear:both;}
.structurebar .path {display:block;}
.gallerybar .path {display:block;}
.navigation span {display:block; width:50%; float:left;}
.navigation .right {text-align:right;}
/* these settings are still in motion... */
a.external {background:transparent url("icons/external_link.png") no-repeat right; padding-right:1.3em;}
/* prob. doesn't belong here...*/
.stickies textarea,.stickies input[type='text'] {background:#ffc;}
.stickynote .boxtitle {border-bottom: 1px solid #dda;}
.stickynote {background-color:#ffc; width:300px; padding:3px;}
|