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

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

styling tweaks:

  • custom, improved clarin logo in footer
  • removed IDS logo from footer
  • added CLARIN and IDS logos to the 'about' page
  • Property svn:eol-style set to native
File size: 1.3 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
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: 80px !important;
56    padding: 6px 4px;
57}
58
59div#help  {
60
61    dd {
62        /* indent for the definitions on the help page */
63        margin-left: 2em;
64    }
65}
66
67div#betabadge {
68    position: relative;
69
70    span {
71        display: block;
72        position: absolute;
73        left: 1em;
74        top: 1em;
75        color: black;
76        font-size: larger;
77        background: red;
78        opacity: .7;
79        padding: .2em .4em;
80    }
81}
82
83#aboutlogos img {
84    max-height: 6em;
85    margin: 1em;
86}
Note: See TracBrowser for help on using the repository browser.