Mercurial > dive4elements > website
comparison css/style.css @ 175:c1ef37551c31 tip
Remove static remains of former news feed and cleanup CSS
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 16 Nov 2018 16:16:37 +0100 |
parents | c1c0f073b4e2 |
children |
comparison
equal
deleted
inserted
replaced
174:0a5765c5f40d | 175:c1ef37551c31 |
---|---|
99 -webkit-transition: all 0.25s ease-out; | 99 -webkit-transition: all 0.25s ease-out; |
100 -moz-transition: all 0.25s ease-out; | 100 -moz-transition: all 0.25s ease-out; |
101 transition: all 0.25s ease-out; | 101 transition: all 0.25s ease-out; |
102 } | 102 } |
103 | 103 |
104 .row-dive4elements-right | |
105 .sidebar-dive4elements { | |
106 right: -50%; /* 6 columns */ | |
107 } | |
108 | |
109 .row-dive4elements-left | |
110 .sidebar-dive4elements { | |
111 left: -50%; /* 6 columns */ | |
112 } | |
113 | |
114 .row-dive4elements-right.active { | 104 .row-dive4elements-right.active { |
115 right: 50%; /* 6 columns */ | 105 right: 50%; /* 6 columns */ |
116 } | |
117 | |
118 .row-dive4elements-left.active { | |
119 left: 50%; /* 6 columns */ | |
120 } | |
121 | |
122 .sidebar-dive4elements { | |
123 position: absolute; | |
124 top: 0; | |
125 width: 50%; /* 6 columns */ | |
126 } | 106 } |
127 } | 107 } |
128 | 108 |
129 /* Supporting marketing content */ | 109 /* Supporting marketing content */ |
130 .marketing { | 110 .marketing { |