diff options
Diffstat (limited to 'demos/quickstart/themes')
| -rw-r--r-- | demos/quickstart/themes/PradoSoft/mantis.jpg | bin | 0 -> 12567 bytes | |||
| -rw-r--r-- | demos/quickstart/themes/PradoSoft/mantissample.jpg | bin | 0 -> 16309 bytes | |||
| -rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 44 | 
3 files changed, 37 insertions, 7 deletions
| diff --git a/demos/quickstart/themes/PradoSoft/mantis.jpg b/demos/quickstart/themes/PradoSoft/mantis.jpgBinary files differ new file mode 100644 index 00000000..44bdcded --- /dev/null +++ b/demos/quickstart/themes/PradoSoft/mantis.jpg diff --git a/demos/quickstart/themes/PradoSoft/mantissample.jpg b/demos/quickstart/themes/PradoSoft/mantissample.jpgBinary files differ new file mode 100644 index 00000000..c31aeaaf --- /dev/null +++ b/demos/quickstart/themes/PradoSoft/mantissample.jpg diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index f137624b..bd4a4aee 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -34,12 +34,28 @@ a  	font-weight:bold;
  	text-align: right;
  	color: #666;
 -	height:70px;
 +	height:100px;
  	background-image: url('pradologo.gif');
  	background-repeat: no-repeat;
 -	padding-right: 150px;
 -	padding-top: 30px;
 -}
 +} + +#header div.title +{ +   display: none; +} + +#header div.image +{ +    display: block; +    float: right; +    width: 757px; +    height: 100px; +    background-image: url('mantis.jpg'); +    background-repeat: no-repeat; +    background-position: top right; +} + +
  #menu {
  	padding:10px;
 @@ -200,11 +216,25 @@ tt {  	font-weight:bold;
  	text-align: right;
  	color: #666;
 -	height:70px;
 +	height:100px;
  	background-image: url('pradologo.gif');
  	background-repeat: no-repeat;
 -	padding-right: 150px;
 -	padding-top: 30px;
 +} + +.sampleheader div.title +{ +   display: none; +} + +.sampleheader div.image +{ +    display: block; +    float: right; +    width: 900px; +    height: 100px; +    background-image: url('mantissample.jpg'); +    background-repeat: no-repeat; +    background-position: top right;  }
  .samplemenu
 | 
