www/style.css
author terom
Mon, 17 Mar 2008 23:39:03 +0000
changeset 31 09776792a91c
parent 17 adde6ad8731e
child 36 64a0168a6f50
permissions -rw-r--r--
skip folders that result in exceptions, forgotten style.css
1
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
     1
body {
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
     2
	background-color: #333333;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
     3
	color: #cccccc;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
     4
	font-family: "Arial", sans-serif;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
     5
	font-size: small;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
     6
}
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
     7
31
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
     8
a, span.dragged {
1
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
     9
	color: #ff8800;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    10
	text-decoration: none;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    11
}
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    12
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    13
a:hover {
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    14
	text-decoration: underline;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    15
}
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    16
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    17
#thumbnails, #image, #description, h1 {
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    18
	text-align: center;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    19
}
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    20
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    21
#thumbnails img {
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    22
	margin: 0.2em;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    23
}
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    24
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    25
img {
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    26
	border: 1px solid #666666;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    27
}
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    28
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    29
a:focus img {
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    30
	border: 1px solid #cccccc;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    31
}
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    32
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    33
img:hover, a:focus img:hover {
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    34
	border: 1px solid #ff8800;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    35
}
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    36
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    37
div#breadcrumb {
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    38
    
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    39
}
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    40
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    41
div#info {
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    42
    font-size: x-small;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    43
    color: #666666;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    44
}
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    45
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    46
div#info p {
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    47
    padding: 0px;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    48
    margin: 0px;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    49
}
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    50
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    51
p#about {
31
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
    52
    padding-top: 40px;
1
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    53
    font-size: xx-small;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    54
    text-align: center;
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    55
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    56
}
740133ab6353 initial code, somewhere between 0.2 and 0.5
terom
parents:
diff changeset
    57
5
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    58
div.paginate {
6
d9d1f8e5f384 fix alignment of teh paginator, and make shorturl dirs better (no index.html + pagination)
terom
parents: 5
diff changeset
    59
    padding-top: 20px;
5
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    60
    height: 50px;
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    61
    width: 100%;
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    62
    text-align: center;
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    63
}
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    64
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    65
div.paginate ul {
6
d9d1f8e5f384 fix alignment of teh paginator, and make shorturl dirs better (no index.html + pagination)
terom
parents: 5
diff changeset
    66
    margin: 0px;
5
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    67
    padding: 0px;
6
d9d1f8e5f384 fix alignment of teh paginator, and make shorturl dirs better (no index.html + pagination)
terom
parents: 5
diff changeset
    68
5
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    69
    line-height: 30px;
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    70
    white-space: nowrap;
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    71
}
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    72
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    73
div.paginate li {
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    74
    list-style-type: none;
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    75
    display: inline;
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    76
}
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    77
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    78
div.paginate li *,
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    79
div.paginate li strong,
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    80
div.paginate li span {
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    81
    padding: 7px 10px;
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    82
}
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    83
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    84
div.paginate li span {
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    85
    color: #444444;
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    86
}
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    87
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    88
div.paginate li a:hover {
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    89
    text-decoration: none;
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    90
    background-color: #666666;
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    91
}
156cdfffef8e fix shorturls to dirs, and a new feature: pagination for index pages
terom
parents: 1
diff changeset
    92
31
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
    93
/* taggr */
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
    94
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
    95
#taggr div#tags,
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
    96
#taggr div#images {
8
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
    97
	border: 1px solid #666666;
31
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
    98
    padding: 5px;
8
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
    99
}
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   100
31
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   101
#taggr ul {
8
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   102
    margin: 0px;
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   103
    padding: 0px;
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   104
}
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   105
31
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   106
#taggr li {
8
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   107
    padding: 10px;
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   108
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   109
    list-style-type: none;
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   110
}
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   111
31
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   112
#taggr div#tags {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   113
    max-height: 300px;
8
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   114
31
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   115
    overflow: auto;
8
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   116
}
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   117
4e71e1b670bc an unfinished taggr.py, prototype/testing code
terom
parents: 6
diff changeset
   118
31
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   119
#taggr div#tags table {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   120
    width: 100%;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   121
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   122
    border: none;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   123
    border-collapse: collapse;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   124
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   125
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   126
#taggr div#tags tr {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   127
    height: 140px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   128
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   129
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   130
#taggr div#tags td {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   131
    border-top: 1px solid #444444;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   132
    border-bottom: 1px solid #444444;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   133
    padding: 3px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   134
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   135
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   136
#taggr div#tags td.tag {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   137
    width: 20%;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   138
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   139
    vertical-align: center;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   140
    text-align: center
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   141
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   142
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   143
#taggr div#tags td.tag ul {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   144
    margin: 0px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   145
    padding: 0px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   146
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   147
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   148
#taggr div#tags td.tag li {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   149
    padding: 0px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   150
    list-style-type: none;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   151
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   152
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   153
#taggr div#tags td.tag_images {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   154
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   155
    text-align: left;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   156
    
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   157
    height: 135px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   158
    overflow: auto;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   159
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   160
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   161
#taggr div#tags tr.hover {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   162
	background-color: #222222;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   163
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   164
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   165
#taggr div#images {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   166
    max-height: 450px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   167
    overflow: auto;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   168
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   169
    text-align: center;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   170
    font-weight: bold;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   171
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   172
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   173
#taggr div#images ul {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   174
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   175
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   176
#taggr div#images li {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   177
    padding: 0px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   178
    margin-left: 10px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   179
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   180
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   181
#taggr div#images a {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   182
    display: block;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   183
    border: 1px solid #444444;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   184
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   185
    padding: 3px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   186
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   187
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   188
#taggr div#images div {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   189
    margin: 0px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   190
    border: 1px solid #444444;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   191
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   192
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   193
#taggr div#images div.images {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   194
//    max-height: 255px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   195
    overflow: auto;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   196
    padding-top: 5px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   197
    border: none;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   198
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   199
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   200
img.image {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   201
    z-index: 800;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   202
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   203
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   204
img.selection {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   205
	border: 1px solid #ffbb00;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   206
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   207
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   208
#taggr div#toolbar ul {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   209
    margin: 0px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   210
    padding: 0px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   211
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   212
    line-height: 30px;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   213
    white-space: nowrap;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   214
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   215
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   216
#taggr div#toolbar li {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   217
    list-style-type: none;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   218
    display: inline;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   219
}
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   220
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   221
#taggr div#toolbar input {
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   222
    background-color: #444444;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   223
    border: 1px solid #333333;
09776792a91c skip folders that result in exceptions, forgotten style.css
terom
parents: 17
diff changeset
   224
}