Difference between revisions of "Template:CSS UCL5"

Line 8: Line 8:
  
  
<!--<script>$(document).ready(function() {
 
    $('#hidden-menu').next().hide();
 
    $('#hidden-menu').hover( function() {
 
        $(this).next().toggle();
 
    });
 
});
 
<script>
 
;(function(e,t,n,r){e.fn.doubleTapToGo=function(r){if(!("ontouchstart"in t)&amp;&amp;!navigator.msMaxTouchPoints&amp;&amp;!navigator.userAgent.toLowerCase().match(/windows phone os 7/i))return false;this.each(function(){var t=false;e(this).on("click",function(n){var r=e(this);if(r[0]!=t[0]){n.preventDefault();t=r}});e(n).on("click touchstart MSPointerDown",function(n){var r=true,i=e(n.target).parents();for(var s=0;s<i.length;s++)if(i[s]==t[0])r=false;if(r)t=false})});return this}})(jQuery,window,document);
 
 
</script>
 
-->
 
<script>
 
$( function()
 
{
 
$( '#hidden-menu:has(ul)' ).doubleTapToGo();
 
});
 
</script>
 
-->
 
 
<script>  
 
<script>  
 
$(document).mouseup(function (e)
 
$(document).mouseup(function (e)
Line 469: Line 451:
 
   height: 75px;
 
   height: 75px;
 
font-size: 16px;  
 
font-size: 16px;  
background-color: #fff;
+
background-color: #262622;
 
}
 
}
  

Revision as of 18:05, 28 July 2015