source: main/trunk/model-interfaces-dev/wmtb/styles/gs-wmtb-custom.css@ 34630

Last change on this file since 34630 was 34630, checked in by anupama, 4 years ago

Forgot that a border was introduced around the group/pou images when these were made into links. Removed the border now.

File size: 2.4 KB
Line 
1a, span#addNewMD, span#clearSaved {
2 text-decoration: none;
3 font-weight: normal;
4 color: rgb(86, 154, 189); /* a light blue */
5}
6
7/* rgb(79, 79, 78);*/ /* a dark black/grey */
8
9a:hover, span#addNewMD:hover, span#clearSaved:hover {
10 color: rgb(250, 138, 0); /*orange*/
11}
12
13div.outer {
14 line-height:1rem;
15}
16
17div.img-and-desc {
18 position: relative;
19 width:100%;
20 height:100%;
21 display: block;
22}
23
24div.img-and-desc a img {
25 border: none;
26}
27
28.container {
29 clear: right;
30 clear: left;
31 padding-top: 0;
32}
33
34#gs_content pre {
35 white-space: pre-wrap;
36}
37
38#gs_content {
39 line-height: 1.3rem;
40}
41#gs_content a {
42 line-height: 1.5rem;
43}
44
45/*
46#gs_content a:visited {
47 color:DarkGrey;
48}*/
49
50.wsite-content-title a {
51 color: white;
52 font-weight: bold;
53}
54div#coll-name-link a {
55 color: white;
56}
57
58/* overriding */
59.wsite-image {
60 position: relative;
61}
62/* overriding */
63#wsite-content div.img-and-desc div.paragraph {
64 position: absolute;
65 top: 0.5rem;
66 text-align: center;
67 color: white !important;
68 margin: 0.25rem 1.5rem 0.5rem 1.5rem;
69 font-size: 10pt !important;
70}
71
72span.pou-group-title { /* if overriding: #wsite-content div.img-and-desc div.paragraph a {*/
73 font-variant: small-caps;
74 color: white;
75 font-size:1.5rem;
76}
77
78div#wmtb-footer {
79 text-align: right;
80 margin: 0 2rem 2rem 2rem;
81}
82
83div#wmtb-footer a {
84 text-decoration: none;
85 font-weight: normal;
86}
87
88div#topline {
89 line-height: 1rem; /*overriding*/
90 padding-top: 0.5rem;
91}
92
93div#topline ul {
94 text-align: right;
95}
96div#topline li, div#topnav li, .query-form-links li, #wizardBar li {
97 display: inline;
98 margin: 0 0.5rem;
99 /*text-transform: capitalize;*/ /* Will Titlecase all menus including Browsing Classifiers */
100}
101
102div#topnav li, .query-form-links li {
103 line-height: 2rem;
104}
105
106div#wizardContainer {
107 padding: 0rem 0 2rem 0;
108}
109
110/* To insert a | between nav menu links */
111/*div#topnav li::after, .query-form-links li::after {
112 content: " | ";
113}*/
114
115div#topnav {
116 float: left;
117}
118
119div#search, div#quicksearcharea {
120 float: right;
121}
122div.query-form-links ul {
123 clear: right;
124 float: right;
125}
126
127div#coll-menus {
128 text-align:center;
129}
130
131div#topbar {
132 margin: 0 2rem;
133 line-height: 1rem;
134}
135
136hr.spacer {
137 border: none; /*border-top: 1px solid black;*/
138 clear: right;
139 clear: left;
140 padding-bottom: 1rem;
141}
142
Note: See TracBrowser for help on using the repository browser.