Files
@ abf87bb26d64
Branch filter:
Location: SlatePermutate/styles/glider.css - annotation
abf87bb26d64
1.8 KiB
text/css
Add missing alt attribute to Google AdWords Conversion image.
1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 d882262f4f68 d882262f4f68 b7f7885ca588 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 a20b78145ef5 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 bbc0c3b4c101 d882262f4f68 bbc0c3b4c101 bbc0c3b4c101 d882262f4f68 bbc0c3b4c101 bbc0c3b4c101 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 d882262f4f68 bbc0c3b4c101 d882262f4f68 d882262f4f68 d882262f4f68 a20b78145ef5 | /*
* Copyright 2010 Nathan Gelderloos, Ethan Zonca, Nathan Phillip Brink
*
* This file is part of SlatePermutate.
*
* SlatePermutate is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* SlatePermutate is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with SlatePermutate. If not, see <http://www.gnu.org/licenses/>.
*/
div.scroller {
/* modify width and height of scrolling section if necessary */
width: 1200px;
/* height: 300px;*/
overflow: hidden;
border:0;
padding:0;
margin:0;
}
div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window) */
width:626px;
/* height:300px; */
overflow:hidden;
float:left;
padding:0;
}
div.scroller div.section div.txt {
padding: 1em;
}
div.scroller div.scontent {
width: 50000px;
}
.controls {
text-align: left;
margin-top: 10px;
margin-bottom: 2px;
}
.controls a{
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
text-decoration: none;
background: rgb(0,35,0); /* Fallback */
background: rgba(0,35,0,0.9);
padding: 2px;
}
.controls a:link{
color: rgba(255,255,255,1);
}
.controls a:visited{
color: rgba(255,255,255,1);
}
.controls a:hover{
background: rgba(255,255,255,1);
color: rgb(0,0,0);
}
.controls a:active{
color: rgba(200,200,200,1);
}
|