source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/vcr.scss @ 5586

Last change on this file since 5586 was 5586, checked in by Twan Goosen, 10 years ago

Layout tweaks wrt CLARIN style
Refs #594

  • Property svn:eol-style set to native
File size: 921 bytes
Line 
1@import 'CLARIN';
2
3/* global variables */
4$iconsize: 12px;
5
6@import 'mixins';
7@import 'toggleborder';
8@import 'table';
9@import 'collectiondetails';
10@import 'wizard';
11@import 'feedback';
12@import 'filterform';
13@import 'popup';
14
15body {
16    font-size: 120%;
17}
18
19noscript {
20    margin: 0 auto;
21    padding: 0;
22    width: 1024px;
23}
24
25#noscript-warning {
26    color: #FFFFFF;
27    background-color: #AE0000;
28    font-size: 13px;
29    font-weight: bold;
30    text-align: center;
31    line-height: 24px;
32    margin: 0 auto;
33    padding: 0;
34    text-align: center;
35    vertical-align: middle;
36    position: fixed;
37    top: 0;
38    left: 0;
39    width: 100%;
40    z-index: 101;
41}
42
43.tooltipparent .tooltipcontent {
44    display: none;
45}
46
47ul#CLARIN_header_right li.authenticated {
48    text-shadow: none;
49    padding-top: 15px;
50    color: #000;
51    font-size: 120%;
52}
53
54div#CLARIN_footer_middle img {
55    max-height: 60px;
56    padding: 6px 4px;
57}
Note: See TracBrowser for help on using the repository browser.