.config a:link,
.config a:visited,
.config a:active {
- color : &dtml-specialLinkColor;;
+ color : &dtml-linkColor;;
}
.config a:hover {
- color : &dtml-specialLinkHoverColor;;
+ color : &dtml-linkHoverColor;;
}
-.config .tabs a {
- color : &dtml-tabsFontColor;;
- text-decoration: none }
-
+.config .tabs a,
+.config .tabs a:link,
+.config .tabs a:visited,
.config .tabs a:active {
- color: &dtml-tabsFontColor;; }
+ color : &dtml-tabsFontColor;;
+ text-decoration: none
-.config .tabs a:hover {
- color: #59c }
-
-.config .tabs a:link {
- color: &dtml-tabsFontColor;; }
-
-.config .tabs a:visited {
- color: &dtml-tabsFontColor;; }
+}
+.config .tabs a:hover {
+ color: #59c
+}
+
.config .tabs td {
padding-right: 5px;
padding-left: 5px;
border: solid 1px #669;
}
-.config .tabs td.selected a {
+.config .tabs td.selected a,
+.config .tabs td.selected a:link,
+.config .tabs td.selected a:visited,
+.config .tabs td.selected a:active {
color: #000;
- font-weight: bold }
+ font-weight: bold
+}
.twins_list {
vertical-align: middle }
}
.boxes_container th {
- background-color: &dtml-boxeHeaderBackgroundColor;;
color: &dtml-fontColor;;
- border-bottom: &dtml-tabsBorderWidth; solid &dtml-boxesBorderColor;;
+ border-bottom: thin dotted &dtml-boxesBorderColor;;
}
.boxes_container ul {
padding : 2px }
.boxes_container li {
- margin-left : 0 ;
+ margin-left : 0.5em ;
color: &dtml-bulletColor;;
- list-style-position : inside ;
- list-style-image : url(list_bullet.gif);
+ list-style:none;
}
.tree_box table {
.clipboard,
.news_box {
border: &dtml-tabsBorderWidth; solid &dtml-tabsBorderColor;;
+ border-radius:7px;
}
.news_box td.even { background-color: &dtml-evenRowBackgroundColor;; }
margin-bottom: 1px;
}
-#HeaderArea a
-#HeaderArea a:link,
-#HeaderArea a:visited,
-#HeaderArea a:active {
- color : &dtml-specialLinkColor;;
-}
-
-#HeaderArea a:hover {
- color : &dtml-specialLinkHoverColor;;
-}
-
/* Mosaic document */
table.input_form { border: none; border-spacing: 4px }
table.input_form tr td { border: none }
padding:0 0.5em;
}
+/* ckeditor */
+a.cke_path_item, a.cke_path_empty {
+ color: #4c4c4c;
+}
+
/* </dtml-with> */