49 lines
No EOL
959 B
CSS
Executable file
49 lines
No EOL
959 B
CSS
Executable file
/*
|
|
CSS for www.theinternetvagabond.com/adv.html
|
|
Written by Bill Niblock
|
|
*/
|
|
|
|
/* Main Styles */
|
|
.main{
|
|
position: fixed; left: 25px; top: 165px; bottom: 55px; right: 25px;
|
|
min-height: 400px;
|
|
border: 3px blue solid; border-radius: 20px;
|
|
}
|
|
.h_left{
|
|
position: absolute; left: 5px; top:5px; bottom:5px; right:5px;
|
|
overflow: auto; padding: 20px;
|
|
}
|
|
|
|
/* Adventure Styles */
|
|
.adv_top{
|
|
position: absolute; left: 5px; top: 5px; right: 5px;
|
|
border: 3px blue solid; border-radius: 20px; padding: 10px;
|
|
}
|
|
|
|
.adv_title{
|
|
|
|
}
|
|
|
|
.adv_info{
|
|
|
|
}
|
|
|
|
.adv_bleft{
|
|
position: absolute; left:5px; top: 140px; width: 50%; min-width: 470px;
|
|
}
|
|
|
|
.adv_pics{
|
|
border-top: 3px blue solid; border-bottom: 3px blue solid; padding-left: 15px;
|
|
}
|
|
|
|
.adv_map{
|
|
border: 3px blue solid; border-radius: 20px; padding: 5px;
|
|
}
|
|
|
|
.adv_bright{
|
|
position: absolute; right: 5px; top: 125px; width: 45%; min-width: 470px; padding: 10px;
|
|
}
|
|
|
|
.adv_logs{
|
|
|
|
} |