Add Rad's CSS changes and handbook change

This commit is contained in:
expoonserver 2019-02-23 11:18:03 +00:00
parent a778390b9b
commit fbe77712a4
2 changed files with 28 additions and 8 deletions

View File

@ -5,6 +5,7 @@
#008787 darker blue for fonts
#004C4C very dark
*/
body {
background: #fff url(../images/style/bg-cambridge-caving-expedition.png) repeat-x 0 0;
color: #000;
@ -13,8 +14,9 @@ body {
margin-left: 275px;
margin-right: 100px;
text-align: justify;
max-width: 800px;
/*max-width: 800px;*/
}
body#homepage {
background: #008787 url(../images/style/homebackground.jpg) no-repeat 0 0;
background-size: 140% auto;
@ -303,6 +305,8 @@ textarea#id_html {
}
/*RULES OVERRIDING JQUERY CSS FOR CAVES DESCRIPTION*/
/*This method is faster but less efficient. These would better be directly written in the jquery css file currently in http://expo.survex.com/site_media/css/redmond/jquery-ui-1.8.14.custom.css*/
@ -379,3 +383,19 @@ body .ui-state-default a:link:hover,
body .ui-state-default a:visited:hover {
color: #E17009;
}
/*Narrow screens support*/
/*Added 2019-02-22 by Radost Waszkiewicz*/
@media only screen and (max-width: 600px), screen and (max-aspect-ratio: 5/4)
{
ul#links {
position: static;
}
body {
margin-left: 100px;
margin-right: 100px;
}
}

View File

@ -98,21 +98,21 @@ Things that are likely to be relevant at basecamp.
</ul>
<hr>
<ul id="links">
<li><a href="index.htm">Expedition Handbook</a>
<ul>
<li><a href="index.htm">Expedition Handbook</a>
<ul>
<li><a href="survey/index.htm">Surveying guide</a></li>
<li><a href="look4.htm">Prospecting guide</a></li>
<li><a href="rescue.htm">Rescue guide</a></li>
<li><a href="rigit.htm">Rigging guide</a></li>
<li><a href="photo.htm">Photography guide</a></li>
</ul></li>
<li><a href="../infodx.htm">Index to info/topics</a></li>
</ul></li>
<li><a href="../infodx.htm">Index to info/topics</a></li>
<li><a href="../index.htm">Back to Expedition Intro</a></li>
<li><a href="../../index.htm">Back to CUCC Home</a></li>
<li><a href="../index.htm">Back to Expedition Intro</a></li>
<li><a href="../../index.htm">Back to CUCC Home</a></li>
</ul>
</body>
</html>