Apache-SdnFw

 view release on metacpan or  search on metacpan

lib/Apache/SdnFw/css/iphone/style.css  view on Meta::CPAN

h1 { font-size: 20px; }
h2 { font-size: 18px; }
body { margin: 0px; font-family: sans-serif; font-size: 14px; padding: 0px; }
table {
	/*border: 1px solid #444;*/
	border-collapse: collapse;
	border-spacing: 0px;
	caption-side: top;
	width: 94%;
	margin: 10px;
	}
table.stable {
	margin: 0px 0px 0px 0px;
	}
pre {
	white-space: -moz-pre-wrap !important;
	}
caption {
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	border: 1px solid #bbb;
	margin-right: -1px;
	font-size: 16px;
	text-align: left;
	text-align: center;
	white-space: nowrap;
	padding: 4px 4px 4px 4px;
	background-color:#bbb;
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
	}

td.header {
	border: 1px solid #bbb;
	font-size: 16px;
	text-align: left;
	text-align: center;
	white-space: nowrap;
	padding: 4px 4px 4px 4px;
	background-color:#eee;
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
	}

div.autotrim {
	display: none;
	border:1px solid #888;
	margin:0;
	padding:0;
	}

div.autotrim ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
div.autotrim ul li.selected { background-color: #ff0; }
div.autotrim ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}

div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0;
	padding:0;
	}

div.autocomplete ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
div.autocomplete ul li.selected { background-color: #ff0; }
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}

tbody th {
	width: 1px;
	white-space: nowrap;
	}
th {
	border: 1px solid #444;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	background-color: #ddd;
	border: 1px solid #aaa;
	}
th.i, td.i, {
	text-align: left;
	}
th.i, td.i, th.n, td.n {
	width: 1px;
	white-space: nowrap;
	}
th.n, td.n {
	text-align: right;
	}
th.s, td.s {
	width: 100%;
	}
th.shead {
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	background-color: #eee;
	border: 1px solid #aaa;
	}
td {
	border: 1px solid #aaa;
	}
td, th {
	padding: 2px 12px 2px 2px;
	}
/*li {
	padding: 2px;
	}*/
#menu {
	border-bottom: 2px solid black;
	}
#menu_actions {
	}
#menu_actions ul, #action ul, #home ul { 
	display: block;
	padding: 0;
	margin: 0;
	}
#menu_actions li {
	border: 1px solid #777;
	background-color:#999;
	list-style: none; 
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
	}
#menu_actions a {
	color: black;
	text-decoration: none;
	}
#action_title {
	border: 1px solid #aaa;
	background-color:#eee;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px; 
	}

a.action {
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border: 1px solid #aaa;
	background-color:#eee;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin-right: 5px;
	text-decoration: none;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	}
#action li, #home li, .actions li {
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border: 1px solid #aaa;
	background-color:#eee;
	list-style: none; 
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	}
#menu_user_loc {
	float: right;
	padding-top: 8px;
	}
#action, #home {
	padding-left: 10px;
	padding-right: 10px;
	}
.login {
	margin: 15px auto 15px auto; 
	padding: 10px; 
	text-align: center; 
	}
.floatleft {
	clear: both;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	}

.notify {
	background: green;
	color: white;
	padding: 5px;
	}

.alert {
	background: red;
	color: white;
	padding: 5px;
	}

.noaccess {
	background: yellow; 
	color: black;
	font-weight: bold;
	padding: 5px;
	}

.notify a, .alert a { color: white; }


/*.action:before { content: "["; }
.action:after { content: "]"; }*/



( run in 1.856 second using v1.01-cache-2.11-cpan-d8267643d1d )