App-MFILE-WWW

 view release on metacpan or  search on metacpan

share/css/start.css  view on Meta::CPAN


.boxtopbot {
   padding: 10px;
   border: solid;
   line-height: 1.2;
}

.mainarea {
   padding: 10px;
   border-left: solid;
   border-right: solid;
   background: #ccc;
}

.minimenu {
   display: flex;
   flex-direction: row;
   width: 100%;
}
.minimenuleft {
   flex: 0 0 130px;
}
.minimenuright {
   display: inline-block;
   flex: 1;
}
.yourchoice {
   display: flex;
   flex-direction: row;
   width: 100%;
   vertical-align: bottom;
}
.yourchoiceleft {
   flex: 0 0 130px;
   align-self: baseline;
}
.yourchoiceright {
   flex: 1;
   align-self: baseline;
}

.boxtopbot {
   background: #ccc;
}

input, textarea {
   font-family:    "Courier New",
		Courier,
		monospace;
   font-size: 20px;
   border-style:	none;
   background-color:black;
   color: #d0e4fe;
   font-weight: bold;
   padding-left: 2px;
   resize: none;
}

input[type=submit] {
    padding:5px 15px; background-color:#7D8998; color:black; border:2 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}



( run in 0.662 second using v1.01-cache-2.11-cpan-39bf76dae61 )