1 | /* ==========================================================================
|
---|
2 | Theme styles
|
---|
3 | ========================================================================== */
|
---|
4 | /*----- Plone Elements -----*/
|
---|
5 | .documentDescription {
|
---|
6 | color: $mainColor;
|
---|
7 | font-size: 1.32em;
|
---|
8 | line-height: 1.4;
|
---|
9 | margin: 0 0 1em;
|
---|
10 | }
|
---|
11 | .discreet {
|
---|
12 | color:#666;
|
---|
13 | font-size:85%;
|
---|
14 | }
|
---|
15 | .visualHighlight {
|
---|
16 | background-color:#ffb;
|
---|
17 | }
|
---|
18 | .pullquote {
|
---|
19 | border-left:6px solid silver;
|
---|
20 | clear:right;
|
---|
21 | color:#444;
|
---|
22 | float:right;
|
---|
23 | font-size:1.17em;
|
---|
24 | line-height:1.42em;
|
---|
25 | margin:0 1em 1.5em 2.5em;
|
---|
26 | padding-left:10px;
|
---|
27 | width:35%;
|
---|
28 | }
|
---|
29 | .callout {
|
---|
30 | background-color:#eee;
|
---|
31 | border-left:1em solid #ccc;
|
---|
32 | padding:1em;
|
---|
33 | }
|
---|
34 | .hiddenStructure {
|
---|
35 | background:none;
|
---|
36 | border:0;
|
---|
37 | display:block;
|
---|
38 | height:0.1em;
|
---|
39 | margin:-0.1em 0 0 -0.1em;
|
---|
40 | overflow:hidden;
|
---|
41 | padding:0;
|
---|
42 | position:absolute;
|
---|
43 | width:1px;
|
---|
44 | }
|
---|
45 | .visualClear {
|
---|
46 | clear:both;
|
---|
47 | }
|
---|
48 |
|
---|
49 | /*
|
---|
50 | * TinyMCE Styles
|
---|
51 | */
|
---|
52 | .mceContentBody a {
|
---|
53 | border: 0 !important;
|
---|
54 | color: $mainColor !important;
|
---|
55 | }
|
---|
56 |
|
---|
57 | /* Image alignment classes */
|
---|
58 | .image-left {
|
---|
59 | clear:left;
|
---|
60 | float:left;
|
---|
61 | margin:0.5em 1em 0.5em 0;
|
---|
62 | }
|
---|
63 | .image-right {
|
---|
64 | clear:right;
|
---|
65 | float:right;
|
---|
66 | margin:0.5em 0 0.5em 1em;
|
---|
67 | }
|
---|
68 | .image-inline {
|
---|
69 | float:none;
|
---|
70 | }
|
---|
71 | .image-caption {
|
---|
72 | margin:0;
|
---|
73 | }
|
---|
74 | .newsImageContainer {
|
---|
75 | float:right;
|
---|
76 | margin:0 0 0.5em 1em;
|
---|
77 | }
|
---|
78 | .newsImage {
|
---|
79 |
|
---|
80 | }
|
---|
81 | img.tileImage {
|
---|
82 | float: right;
|
---|
83 | margin: 0 0 0.5em 0.5em;
|
---|
84 | }
|
---|
85 |
|
---|
86 | /*----- General -----*/
|
---|
87 | #portal-top {
|
---|
88 | background: url(../images/pat.png);
|
---|
89 | border-bottom: 1px solid #5ec3bf;
|
---|
90 | box-shadow: 0 5px 24px rgba(0, 106, 107, 0.21);
|
---|
91 | min-width: 960px;
|
---|
92 | }
|
---|
93 | #portal-header-wrapper {
|
---|
94 | margin: auto;
|
---|
95 | position: relative;
|
---|
96 | width: 960px;
|
---|
97 | }
|
---|
98 | #portal-header {
|
---|
99 | padding: 0 0 33px;
|
---|
100 | }
|
---|
101 | #portal-header:before {
|
---|
102 | border: 7px solid rgb(0, 161, 154);
|
---|
103 | border: 7px solid rgba(0, 161, 154, 0.75);
|
---|
104 | border-radius: 0 0 7px 7px;
|
---|
105 | box-shadow: 0 1px rgba(0, 161, 154, 0.9);
|
---|
106 | content: "";
|
---|
107 | display: block;
|
---|
108 | margin: -9px 0 0;
|
---|
109 | }
|
---|
110 | #portal-columns-wrapper {
|
---|
111 | margin: auto;
|
---|
112 | width: 960px;
|
---|
113 | }
|
---|
114 | #portal-columns {
|
---|
115 | margin: 0 0 1.5em;
|
---|
116 | }
|
---|
117 | #portal-column-content {
|
---|
118 | -webkit-box-sizing: border-box;
|
---|
119 | -moz-box-sizing: border-box;
|
---|
120 | box-sizing: border-box;
|
---|
121 | padding-right: 24px;
|
---|
122 | }
|
---|
123 | #portal-column-content.position-1\3a 4 {
|
---|
124 | padding-left: 24px;
|
---|
125 | }
|
---|
126 | #portal-column-one,
|
---|
127 | #portal-column-two {
|
---|
128 | margin-top: 1.55em;
|
---|
129 | }
|
---|
130 |
|
---|
131 | /*
|
---|
132 | * Search Page
|
---|
133 | */
|
---|
134 | #search-field {
|
---|
135 | border: 0;
|
---|
136 | }
|
---|
137 | .searchPage[type="text"] {
|
---|
138 | border: 1px solid #8cc8be;
|
---|
139 | border: 1px solid rgba(4, 129, 98, 0.25);
|
---|
140 | border-radius: 19px;
|
---|
141 | padding: 5px 10px;
|
---|
142 | }
|
---|
143 | .searchPage[type="text"]:focus {
|
---|
144 | outline: none;
|
---|
145 | }
|
---|
146 | #search-results-bar a {
|
---|
147 | color: #00a19a;
|
---|
148 | }
|
---|
149 | #search-results-bar dd {
|
---|
150 | background-color: #c0c0c0;
|
---|
151 | } |
---|