63 lines
1.2 KiB
Stylus
63 lines
1.2 KiB
Stylus
|
|
|
||
|
|
.editorTable {
|
||
|
|
border-collapse: collapse;
|
||
|
|
border: 1px;
|
||
|
|
}
|
||
|
|
.editorTable td {
|
||
|
|
/*border-collapse: collapse;*/
|
||
|
|
border-bottom: 1px solid;
|
||
|
|
border-bottom-color: #555555;
|
||
|
|
padding:4px 4px 4px 4px;
|
||
|
|
}
|
||
|
|
.editorTable tr.alt td {
|
||
|
|
color:#aaaaaa;
|
||
|
|
background-color:#eeeeee;
|
||
|
|
}
|
||
|
|
.editorTable th {
|
||
|
|
/*font-size: 1.1em;*/
|
||
|
|
text-align:left;
|
||
|
|
padding:8px 4px 8px 4px; /*top right bottom left*/
|
||
|
|
background-color:#313131;
|
||
|
|
color:#fff;
|
||
|
|
}
|
||
|
|
.editorTable tr:hover {
|
||
|
|
background-color:#325e74;
|
||
|
|
}
|
||
|
|
|
||
|
|
.selectableColumnedList {
|
||
|
|
-webkit-columns: 295px auto;
|
||
|
|
-moz-columns: 295px auto;
|
||
|
|
columns: 295px auto;
|
||
|
|
-webkit-column-gap: 10px;
|
||
|
|
-moz-column-gap: 10px;
|
||
|
|
column-gap: 10px;
|
||
|
|
-webkit-column-count: 3;
|
||
|
|
-moz-column-count: 3;
|
||
|
|
column-count: 3;
|
||
|
|
min-height: 200px;
|
||
|
|
background: #DEDEDE;
|
||
|
|
}
|
||
|
|
.selectableColumnedList i {
|
||
|
|
padding-right: 4px;
|
||
|
|
color: #444;
|
||
|
|
}
|
||
|
|
.selectableColumnedList a {
|
||
|
|
font-family: "Trebuchet MS", Helvetica, sans-serif;
|
||
|
|
font-size: 13px;
|
||
|
|
text-decoration: none;
|
||
|
|
color: black;
|
||
|
|
}
|
||
|
|
.selectableColumnedList a.invisible {
|
||
|
|
color: #777;
|
||
|
|
}
|
||
|
|
.selectableColumnedList a:hover {
|
||
|
|
text-decoration: underline;
|
||
|
|
color: #343;
|
||
|
|
}
|
||
|
|
.selectableColumnedList a:active {
|
||
|
|
color: black;
|
||
|
|
}
|
||
|
|
|
||
|
|
.headerIcon {
|
||
|
|
width: 30px;
|
||
|
|
}
|