200 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			200 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| #webpage-editor {
 | |
| 	display: none;
 | |
| }
 | |
| 
 | |
| #webpage-list-table {
 | |
| 	width: 100%;
 | |
| }
 | |
| 
 | |
| #webpage-list-table th:nth-child(1) {
 | |
| 	padding: 7px 3px 7px 10px;
 | |
| 	white-space: nowrap;
 | |
| }
 | |
| 
 | |
| #webpage-list-table td:nth-child(1) {
 | |
| 	padding: 7px 3px 7px 10px;
 | |
| }
 | |
| 
 | |
| #webpage-list-table th:nth-child(2) {
 | |
| 	white-space: nowrap;
 | |
| }
 | |
| 
 | |
| #webpage-list-table td:nth-child(3) {
 | |
| 	white-space: nowrap;
 | |
| }
 | |
| 
 | |
| #webpage-list-table th:nth-child(7),
 | |
| #webpage-list-table td:nth-child(7) {
 | |
| 	padding: 7px 3px;
 | |
| 	white-space: nowrap;
 | |
| }
 | |
| 
 | |
| #webpage-list-table th:nth-child(8),
 | |
| #webpage-list-table td:nth-child(8) {
 | |
| 	padding: 7px 10px 7px 7px;
 | |
| 	white-space: nowrap;
 | |
| }
 | |
| 
 | |
| .webpage-list-tool {
 | |
| 	padding: 7px 10px;
 | |
| }
 | |
| 
 | |
| .webpage-import-button {
 | |
| 	background-color: green; 
 | |
| 	color: white;
 | |
| }
 | |
| 
 | |
| .webpage-import-button:hover {
 | |
| 	background-color: darkgreen; 
 | |
| }
 | |
| 
 | |
| 
 | |
| /* SQUARED TWO */
 | |
| .squaredTwo {
 | |
| 	width: 28px;
 | |
| 	height: 28px;
 | |
| 	background: #fcfff4;
 | |
| 
 | |
| 	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
 | |
| 	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
 | |
| 	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
 | |
| 	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
 | |
| 	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
 | |
| 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
 | |
| 	margin: 20px auto;
 | |
| 
 | |
| 	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
 | |
| 	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
 | |
| 	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
 | |
| 	position: relative;
 | |
| }
 | |
| 
 | |
| .squaredTwo label {
 | |
| 	cursor: pointer;
 | |
| 	position: absolute;
 | |
| 	width: 20px;
 | |
| 	height: 20px;
 | |
| 	left: 4px;
 | |
| 	top: 4px;
 | |
| 
 | |
| 	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
 | |
| 	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
 | |
| 	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
 | |
| 
 | |
| 	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
 | |
| 	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
 | |
| 	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
 | |
| 	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
 | |
| 	background: linear-gradient(top, #222 0%, #45484d 100%);
 | |
| 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
 | |
| }
 | |
| 
 | |
| .squaredTwo label:after {
 | |
| 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 | |
| 	filter: alpha(opacity=0);
 | |
| 	opacity: 0;
 | |
| 	content: '';
 | |
| 	position: absolute;
 | |
| 	width: 9px;
 | |
| 	height: 5px;
 | |
| 	background: transparent;
 | |
| 	top: 4px;
 | |
| 	left: 4px;
 | |
| 	border: 3px solid #fcfff4;
 | |
| 	border-top: none;
 | |
| 	border-right: none;
 | |
| 
 | |
| 	-webkit-transform: rotate(-45deg);
 | |
| 	-moz-transform: rotate(-45deg);
 | |
| 	-o-transform: rotate(-45deg);
 | |
| 	-ms-transform: rotate(-45deg);
 | |
| 	transform: rotate(-45deg);
 | |
| }
 | |
| 
 | |
| .squaredTwo label:hover::after {
 | |
| 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
 | |
| 	filter: alpha(opacity=30);
 | |
| 	opacity: 0.3;
 | |
| }
 | |
| 
 | |
| .squaredTwo input[type=checkbox]:checked + label:after {
 | |
| 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 | |
| 	filter: alpha(opacity=100);
 | |
| 	opacity: 1;
 | |
| }
 | |
| 
 | |
| 
 | |
| /* SQUARED THREE */
 | |
| .squaredThree {
 | |
| 	width: 14px;
 | |
| 	height: 14px;
 | |
| 	background: #fcfff4;
 | |
| 
 | |
| 	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
 | |
| 	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
 | |
| 	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
 | |
| 	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
 | |
| 	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
 | |
| 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
 | |
| 	margin: 5px auto;
 | |
| 
 | |
| 	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
 | |
| 	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
 | |
| 	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
 | |
| 	position: relative;
 | |
| }
 | |
| 
 | |
| .squaredThree label {
 | |
| 	cursor: pointer;
 | |
| 	position: absolute;
 | |
| 	width: 10px;
 | |
| 	height: 10px;
 | |
| 	left: 2px;
 | |
| 	top: 2px;
 | |
| 
 | |
| 	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
 | |
| 	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
 | |
| 	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
 | |
| 
 | |
| 	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
 | |
| 	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
 | |
| 	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
 | |
| 	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
 | |
| 	background: linear-gradient(top, #222 0%, #45484d 100%);
 | |
| 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
 | |
| }
 | |
| 
 | |
| .squaredThree label:after {
 | |
| 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 | |
| 	filter: alpha(opacity=0);
 | |
| 	opacity: 0;
 | |
| 	content: '';
 | |
| 	position: absolute;
 | |
| 	width: 9px;
 | |
| 	height: 5px;
 | |
| 	background: transparent;
 | |
| 	top: 2px;
 | |
| 	left: 2px;
 | |
| 	border: 3px solid #fcfff4;
 | |
| 	border-top: none;
 | |
| 	border-right: none;
 | |
| 
 | |
| 	-webkit-transform: rotate(-45deg);
 | |
| 	-moz-transform: rotate(-45deg);
 | |
| 	-o-transform: rotate(-45deg);
 | |
| 	-ms-transform: rotate(-45deg);
 | |
| 	transform: rotate(-45deg);
 | |
| }
 | |
| 
 | |
| .squaredThree label:hover::after {
 | |
| 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
 | |
| 	filter: alpha(opacity=30);
 | |
| 	opacity: 0.3;
 | |
| }
 | |
| 
 | |
| .squaredThree input[type=checkbox]:checked + label:after {
 | |
| 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 | |
| 	filter: alpha(opacity=100);
 | |
| 	opacity: 1;
 | |
| }
 |