view examples/search/style.css @ 43:dbc006408d2b

ASSUMES we have SetEnv PHP_VALUE "include_path =.:/var/test/private:/var/test/ywww:/usr/share/php" in apache2/.../test.conf use dl(...) for debug logging, defined in dlog.php use doAmazonRequest in amazonBookSearch use ../private/web.php (q.v., not in mercurial) for Aserver and Aassociates Started by updating from 40:c24ae74bf6d5, i.e. just before the bug on the main line
author Charlie Root
date Sat, 05 Jan 2019 18:00:10 -0500
parents 077b0a0a3e6d
children
line wrap: on
line source

html { 
  padding:0px;
  margin:0px;
}
 
body {
  background-color: #EDEFF4;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}
 
 
a { 
color: #3B5998;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color: #e1ddd9;
font-family: Courier, Monaco, Monospace;
}
 
p,h1, h3, pre {
 padding: 5px 15px;
 margin: 0px;
}
 
h3 {
font-size: 13px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}
 
#logo { 
position: absolute;
right: 2%; 
width: 96%; 
text-align: right;
top: 20px;
}
 
#left { 
position: absolute; 
left: 2%; 
width: 22%; 
top: 160px; 
background-color: #ffffff;  
}
 
#content { 
position: absolute; 
left: 25%; 
width: 50%; 
top: 160px; 
background-color: #ffffff;
overflow: auto;
}
 
#right { 
position: absolute; 
left: 76%; 
width: 22%; 
top: 160px; 
background-color: #ffffff;
overflow: auto;
}

#search { 
text-align:center;
margin-top:30px;
}
 
#right, #content, #left { 
border: 1px solid #564b47;
padding:0px;
margin:0px;
} 

label{
font-family:verdana,arial,'sans serif';
margin-left:20px;
}

input.largeText {
height:80px; 
font-family:verdana,arial,'sans serif';
font-size:20px;
}

input.submitButton {
height:30px; 
font-family:verdana,arial,'sans serif';
font-size:16px;
}

img {
max-width: 200px;
max-height: 200px;
}