Login   Register  
PHP Classes
elePHPant
Icontem

File: example/main.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Andrey Gadyukov  >  Tiny Auth  >  example/main.css  >  Download  
File: example/main.css
Role: Auxiliary data
Content type: text/plain
Description: Example stylesheets file
Class: Tiny Auth
Authenticate users with records stored in MySQL
Author: By
Last change:
Date: 2012-10-06 12:13
Size: 1,663 bytes
 

Contents

Class file image Download
.block {
	width: 200px;
	margin: auto;
	background: none repeat scroll 0 0 #F2F2F2;
	border: 1px solid #E6E6E6;
	padding: 20px;
	margin-bottom: 10px;
}

input {
	-moz-transition: all 0.15s linear 0s;
	border: 1px solid #CCCCCC;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 20px;
	margin: 0 0 12px;
	padding: 6px;
	width: 100%;
}

button {
	-moz-transition: background-color 0.15s ease-in-out 0s;
	background: none repeat scroll 0 0 #2BA6CB;
	border: 1px solid #1E728C;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	outline: medium none;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: auto;
	font-size: 11px;
	padding: 7px 14px 8px;
}

.success {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px 3px 3px 3px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 6px 7px 7px;
	position: relative;
	background-color: #5DA423;
	color: #FFFFFF;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

.error {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px 3px 3px 3px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 6px 7px 7px;
	position: relative;
	background-color: #C60F13;
	color: #FFFFFF;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}