Files @ 36b251dbae08
Branch filter:

Location: SlatePermutate/styles/glider.css

binki
Don’t automatically redirect to the somewhat broken automatic WebAdvisor registration page.

The automatic WebAdvisor registration page is sometimes broken and the user may genuinely
just want the list of section synonyms.
/*
 * 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);
}