]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.suite.apps.web/theme/argeo-classic/argeo-classic.css
Improve Javadoc generation
[gpl/argeo-suite.git] / org.argeo.suite.apps.web / theme / argeo-classic / argeo-classic.css
1 /* For reference, Argeo colors
2 Orange: #f6712e;
3 Blue: #00294b; */
4
5 /* TEXT STYLES */
6 .text_title {
7 font: bold 26px sans-serif;
8 }
9
10 .text_title_box {
11 padding: 20px;
12 }
13
14 .text_h1 {
15 font: bold 24px sans-serif;
16 }
17
18 .text_h1_box {
19 padding: 10px 10px 5px;
20 }
21
22 .text_h2 {
23 font: bold italic 20px serif;
24 }
25
26 .text_h2_box {
27 padding: 0px 15px 10px;
28 }
29
30 .text_h3 {
31 font: bold 18px sans-serif;
32 }
33
34 .text_h3_box {
35 padding: 0px 20px 10px;
36 }
37
38 .text_default {
39 font: 18px sans-serif;
40 }
41
42 .text_default_box {
43 padding: 0px 10px 10px;
44 }
45
46 .text_pre {
47 font: 16px monospace;
48 background-color: inherit;
49 }
50
51 .text_pre_box {
52 padding: 10px;
53 border: 1px dashed gray;
54 background-color: #ababab
55 }
56
57 .text_pre_container {
58 padding: 0px 10px 10px;
59 }
60
61 .text_quote {
62 font: italic 22px serif;
63 text-shadow: 2px 3px 3px #ababab;
64 background-color: inherit;
65 }
66
67 .text_quote_box {
68 padding: 10px;
69 background-color: #d6d6d6
70 }
71
72 .text_quote_container {
73 padding: 20px 50px 20px 80px;
74 }
75
76 /* TEXT */
77 .text_styled_tools_dialog {
78 border: 1px solid #00294b;
79 padding: 10px 5px;
80 }
81
82 .text_styled_composite {
83 /*border: 1px solid red;*/
84
85 }
86
87 .text_section {
88 /* border: 1px solid green; */
89 }
90
91 .text_paragraph {
92 /* border: 1px solid blue; */
93 }
94
95 .text_editor {
96 border: 2px outset #00294b;
97 }
98
99 /* CMS ICONS */
100 .cms_icon_delete {
101 background-image: url(theme/argeo-classic/icons/delete.gif);
102 border: none;
103 }
104
105 /* CMS */
106 .cms_header {
107 background-color: #00294b;
108 height: 30px;
109 }
110
111 .cms_link {
112 text-decoration: underline;
113 }
114
115 .cms_link:hover {
116 text-decoration: none;
117 color: black;
118 }
119
120 a {
121 text-decoration: none;
122 }
123
124 a:hover {
125 text-decoration: underline;
126 }
127
128 .cms_header-logo {
129 padding: 5px;
130 }
131
132 .cms_user_menu-link,
133 .cms_menu_link {
134 color: white;
135 font: 15px Helvetica, Verdana, sans-serif;
136 padding: 10px;
137 text-decoration: none;
138 }
139
140 .cms_user_menu-link:hover,
141 .cms_menu_link:hover {
142 color: #ededed;
143 text-decoration: underline;
144 }
145
146 .cms_user_menu {
147 border: 1px solid #00294b;
148 padding: 10px 5px;
149 }