1001

static P2P wikisoft.
Log | Files | Refs | README

input.css (567B)


      1 span.input {
      2 	width: 100%
      3 }
      4 
      5 span.input:before {
      6 	content: '> '
      7 }
      8 
      9 input[type="text"] {
     10 	display: inline !important;
     11 	outline: none;
     12 	background: black;
     13 	color: white;
     14 	padding: 0;
     15 	margin: 0;
     16 	border: none;
     17 	line-height: 11px;
     18 	width: 75%;
     19 	font-family: 'Suisse Int\'l';
     20 	font-size: 11px;
     21 }
     22 
     23 button {
     24 	outline: none;
     25 	background: black;
     26 	color: white;
     27 	padding: 0;
     28 	border: none;
     29 	margin: 0;
     30 	display: inline;
     31 	font-family: 'Suisse Int\'l';
     32 	font-size: 11px;
     33 	text-decoration: underline;
     34 }
     35 
     36 button:focus {
     37 	text-decoration: none;
     38 	background: white;
     39 	color: black;
     40 }