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

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

styling tweaks:

  • font size
  • Property svn:eol-style set to native
File size: 1.4 KB
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
47.navbar-collapse {
48    font-size: 120%;
49}
50
51a.navbar-brand {
52    line-height: 20px;
53}
54
55ul#CLARIN_header_right li.authenticated {
56    text-shadow: none;
57    padding-top: 15px;
58    color: #000;
59    font-size: 120%;
60}
61
62div#CLARIN_footer_middle img {
63    max-height: 80px !important;
64    padding: 6px 4px;
65}
66
67div#help  {
68
69    dd {
70        /* indent for the definitions on the help page */
71        margin-left: 2em;
72    }
73}
74
75div#betabadge {
76    position: relative;
77
78    span {
79        display: block;
80        position: absolute;
81        left: 1em;
82        top: 1em;
83        color: black;
84        font-size: larger;
85        background: red;
86        opacity: .7;
87        padding: .2em .4em;
88    }
89}
90
91#aboutlogos img {
92    max-height: 6em;
93    margin: 1em;
94}
Note: See TracBrowser for help on using the repository browser.