PluginProbe
CSS & JavaScript Toolbox / 8.0.2
CSS & JavaScript Toolbox v8.0.2
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
css-javascript-toolbox / views / templates / lookup / public / css / lookup.css

lookup.css in CSS & JavaScript Toolbox 8.0.2, at views/templates/lookup/public/css/lookup.css

53 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Globals */
2 body {margin: 0;padding: 0; font-size: 12px;font-family: Helvetica; overflow: hidden; color: #7c7c7c;}
3
4 a,
5 a:hover,
6 a:visited {text-decoration: none;}
7
8 a,
9 a:visited {color: #a0a0a0 !important;}
10
11 a:hover {color: #c8671b !important;}
12
13 a.active {color: #a5581b !important;}
14
15 ul {width: 100%;}
16 ul li {margin-bottom: 0;}
17
18 form#templates-lookup {height: 100%;}
19 #cjtoolbox_popup {height: 100%;}
20
21 /* Templates List */
22 #templates-list {border-bottom: 1px solid #cccccc;height: 100%;}
23 .templates-list {overflow: auto;}
24 .templates-list ul.templates {padding-left: 33px; display: none; width: 255px; margin-top: 3px;}
25 .templates-list ul.templates li {padding-bottom: 1px;}
26 .templates-list ul.templates li .title {font-weight: bold; margin-bottom: 3px;}
27 .templates-list ul li .options {display: inline-block; margin-left: 33px; padding-top: 1px;}
28 .templates-list ul li .options .unlink-template {font-style: italic;}
29 .sweep .actions {float: right; text-decoration: underline; margin-top: 1px;}
30 .sweep {margin-top: -8px;}
31
32 /* Authors */
33 .author-name a.name,
34 .author-name a.name:hover
35 .author-name a.name:visited {font-weight: bold;}
36 .ui-accordion-header {
37 height: 26px;
38 font-weight: bold;
39 font-size: 18px;
40 padding: 4px 0 0 11px;
41 border-left: 1px solid #bbb;
42 border-right: 1px solid #bbb;
43 border-top: 1px solid #bbb;
44 margin: 0;
45 }
46 .ui-accordion-content {
47 border-left: 1px solid #bbb;
48 border-right: 1px solid #bbb;
49 border-top: 1px solid #bbb;
50 padding: 9px;
51 }
52 .ui-accordion-header.ui-accordion-header-active a {color: #a5581b !important;}
53