source: SRUAggregator/trunk/src/main/resources/assets/clarinservices/clarinservices.css @ 6181

Last change on this file since 6181 was 6181, checked in by emanuel.dima@uni-tuebingen.de, 9 years ago
  1. beta-46: no more tables in clarinservices module, icon included
File size: 6.2 KB
Line 
1#clarinservices * {
2  font-size: 13px;
3  color: #036;
4}
5
6#clarinservices button.dropdown-toggle {
7        background-color: transparent;
8        padding: 4px 4px;
9}
10
11#clarinservices button.dropdown-toggle img{
12  width: 24px;
13  height: 24px;
14}
15
16#clarinservices ul.dropdown-menu {
17  border-radius: 50px;
18  border-top-left-radius: 0;
19  padding: 15px;
20  font-size: 13px;
21}
22@media (min-width: 768px) {
23  #clarinservices ul.dropdown-menu {
24    width: 483px;
25  }
26}
27
28.navbar-right #clarinservices ul.dropdown-menu {
29  border-top-left-radius: 50px;
30  border-top-right-radius: 0;
31}
32
33#clarinservices ul li {
34  display: inline;
35  float: left;
36  text-align: center;
37  background-color: #FFFFFF;
38}
39
40#clarinservices ul li a{
41        display: block;
42        width: 150px;
43        height: 150px;
44        background-color: #fff;
45        padding: 30px 25px;
46        transition: all .2s;
47        border-radius: 50% 50%;
48        border: 2px solid #fff;
49}
50
51#clarinservices ul li:hover a {
52        background-color: #fff;
53        border: 2px solid #003f6e;
54        box-shadow: inset 0 0 10px #003f6e;
55}
56
57#clarinservices ul li a > div {
58  margin-top:30px;
59}
60
61#clarinservices ul li a > div > div {
62  white-space: normal;
63}
64
65#clarinservices ul li a div img {
66        margin-right: 0px;
67        max-width: 100px;
68        max-height: 50px;
69}
70
71
72/**
73 * The rest of this file is generated using the bootstrap customizer,
74 * and selecting only the dropdown jquery plugin and JS component
75 * It has also been customized by prepending #clarinservices to each rule
76 */
77
78/*!
79 * Bootstrap v3.3.4 (http://getbootstrap.com)
80 * Copyright 2011-2015 Twitter, Inc.
81 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
82 */
83
84/*!
85 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1e1cd3679ce835062bd5)
86 * Config saved to config.json and https://gist.github.com/1e1cd3679ce835062bd5
87 */
88/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
89
90#clarinservices .sr-only {
91  position: absolute;
92  width: 1px;
93  height: 1px;
94  margin: -1px;
95  padding: 0;
96  overflow: hidden;
97  clip: rect(0, 0, 0, 0);
98  border: 0;
99}
100
101#clarinservices .sr-only-focusable:active,
102#clarinservices .sr-only-focusable:focus {
103  position: static;
104  width: auto;
105  height: auto;
106  margin: 0;
107  overflow: visible;
108  clip: auto;
109}
110#clarinservices [role="button"] {
111  cursor: pointer;
112}
113#clarinservices .caret {
114  display: inline-block;
115  width: 0;
116  height: 0;
117  margin-left: 2px;
118  vertical-align: middle;
119  border-top: 4px dashed;
120  border-right: 4px solid transparent;
121  border-left: 4px solid transparent;
122}
123
124#clarinservices .dropup,
125#clarinservices .dropdown {
126  position: relative;
127}
128#clarinservices .dropdown-toggle:focus {
129  outline: 0;
130}
131#clarinservices .dropdown-menu {
132  position: absolute;
133  top: 100%;
134  left: 0;
135  z-index: 1000;
136  display: none;
137  float: left;
138  min-width: 160px;
139  padding: 5px 0;
140  margin: 2px 0 0;
141  list-style: none;
142  font-size: 14px;
143  text-align: left;
144  background-color: #ffffff;
145  border: 1px solid #cccccc;
146  border: 1px solid rgba(0, 0, 0, 0.15);
147  border-radius: 4px;
148  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
149  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
150  -webkit-background-clip: padding-box;
151          background-clip: padding-box;
152}
153#clarinservices .dropdown-menu.pull-right {
154  right: 0;
155  left: auto;
156}
157#clarinservices .dropdown-menu .divider {
158  height: 1px;
159  margin: 9px 0;
160  overflow: hidden;
161  background-color: #e5e5e5;
162}
163#clarinservices .dropdown-menu > li > a {
164  display: block;
165  padding: 3px 20px;
166  clear: both;
167  font-weight: normal;
168  line-height: 1.42857143;
169  color: #333333;
170  white-space: nowrap;
171}
172#clarinservices .dropdown-menu > li > a:hover,
173#clarinservices .dropdown-menu > li > a:focus {
174  text-decoration: none;
175  color: #262626;
176  background-color: #f5f5f5;
177}
178#clarinservices .dropdown-menu > .active > a,
179#clarinservices .dropdown-menu > .active > a:hover,
180#clarinservices .dropdown-menu > .active > a:focus {
181  color: #ffffff;
182  text-decoration: none;
183  outline: 0;
184  background-color: #337ab7;
185}
186#clarinservices .dropdown-menu > .disabled > a,
187#clarinservices .dropdown-menu > .disabled > a:hover,
188#clarinservices .dropdown-menu > .disabled > a:focus {
189  color: #777777;
190}
191#clarinservices .dropdown-menu > .disabled > a:hover,
192#clarinservices .dropdown-menu > .disabled > a:focus {
193  text-decoration: none;
194  background-color: transparent;
195  background-image: none;
196  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
197  cursor: not-allowed;
198}
199#clarinservices .open > .dropdown-menu {
200  display: block;
201}
202#clarinservices .open > a {
203  outline: 0;
204}
205#clarinservices .dropdown-menu-right {
206  left: auto;
207  right: 0;
208}
209#clarinservices .dropdown-menu-left {
210  left: 0;
211  right: auto;
212}
213#clarinservices .dropdown-header {
214  display: block;
215  padding: 3px 20px;
216  font-size: 12px;
217  line-height: 1.42857143;
218  color: #777777;
219  white-space: nowrap;
220}
221#clarinservices .dropdown-backdrop {
222  position: fixed;
223  left: 0;
224  right: 0;
225  bottom: 0;
226  top: 0;
227  z-index: 990;
228}
229#clarinservices .pull-right > .dropdown-menu {
230  right: 0;
231  left: auto;
232}
233#clarinservices .dropup .caret,
234#clarinservices .navbar-fixed-bottom .dropdown .caret {
235  border-top: 0;
236  border-bottom: 4px solid;
237  content: "";
238}
239#clarinservices .dropup .dropdown-menu,
240#clarinservices .navbar-fixed-bottom .dropdown .dropdown-menu {
241  top: auto;
242  bottom: 100%;
243  margin-bottom: 2px;
244}
245@media (min-width: 768px) {
246  .navbar-right #clarinservices .dropdown-menu {
247    left: auto;
248    right: 0;
249  }
250  .navbar-right #clarinservices .dropdown-menu-left {
251    left: 0;
252    right: auto;
253  }
254}
255#clarinservices .clearfix:before,
256#clarinservices .clearfix:after {
257  content: " ";
258  display: table;
259}
260#clarinservices .clearfix:after {
261  clear: both;
262}
263#clarinservices .center-block {
264  display: block;
265  margin-left: auto;
266  margin-right: auto;
267}
268#clarinservices .pull-right {
269  float: right !important;
270}
271#clarinservices .pull-left {
272  float: left !important;
273}
274#clarinservices .hide {
275  display: none !important;
276}
277#clarinservices .show {
278  display: block !important;
279}
280#clarinservices .invisible {
281  visibility: hidden;
282}
283#clarinservices .text-hide {
284  font: 0/0 a;
285  color: transparent;
286  text-shadow: none;
287  background-color: transparent;
288  border: 0;
289}
290#clarinservices .hidden {
291  display: none !important;
292}
293#clarinservices .affix {
294  position: fixed;
295}
Note: See TracBrowser for help on using the repository browser.