topbar

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
topbar [2014/08/17 22:40] Giuseppe Di Terlizzitopbar [2015/03/15 16:08] (current) Giuseppe Di Terlizzi
Line 1: Line 1:
-  * [[start|{{:wiki:logo.png?nolink&16|Lotar.Altervista.org}}]] +<div hide> 
-  * **[[start|Lotar.Altervista.org]]** +  * [[start|{{:wiki:logo.png?nolink&16|Lotar.Altervista.org}}]] [[start|Lotar.Altervista.org]] 
-  * [[news:start|News]] +  * [[news:start|{{https://raw.githubusercontent.com/yusukekamiyamane/fugue-icons/master/icons/newspaper.png?nolink|News}}]] [[news:start]] 
-  * [[how-to:start|How-To]] +  * [[how-to:start|{{https://raw.githubusercontent.com/yusukekamiyamane/fugue-icons/master/icons/light-bulb.png?nolink}}]] [[how-to:start]] 
-  * [[programming:start|Programming]]+  * [[how-to:start|{{https://raw.githubusercontent.com/yusukekamiyamane/fugue-icons/master/icons/ruler.png?nolink}}]] [[programming:start]] 
 +  * [[photography:start|{{https://raw.githubusercontent.com/yusukekamiyamane/fugue-icons/master/icons/camera.png?nolink}}]] [[photography:start]]
   * [[http://lotar.altervista.org/slackbuilds/|SlackBuilds]]   * [[http://lotar.altervista.org/slackbuilds/|SlackBuilds]]
   * [[paypal>giuseppe.diterlizzi@gmail.com|Donate]]   * [[paypal>giuseppe.diterlizzi@gmail.com|Donate]]
-<html> +</div
-  <style> +~~NOCACHE~~
-    @media screen { +
-      +
-        /* top bar */ +
-        .dokuwiki .topbar { +
-            position: absolute; +
-            top: 0; +
-            left: 0; +
-            width: 100%; +
-        } +
-        .dokuwiki .topbar ul { +
-            /** text-align: center; */ +
-            /** max-width: 600px; */ +
-            margin: 0 auto; +
-            padding: 5px 20px; +
-            list-style: none; +
-            /** background-color: __background_alt__; **/ +
-            background-color: #555; +
-            border: solid __border__; +
-            border-width: 0 1px 1px; +
-            /** border-bottom-right-radius: 5px; +
-            border-bottom-left-radius: 5px; */ +
-            /** box-shadow: 0 1px 3px #999; */ +
-            box-shadow: 0 0 8px rgba(0,0,0,0.5); +
-            overflow: hidden; +
-            -moz-box-sizing: border-box; +
-            -webkit-box-sizing: border-box; +
-            box-sizing: border-box; +
-        } +
-        .dokuwiki .topbar ul li { +
-            margin: 0; +
-            padding: 0 5px; +
-            display: inline-block; +
-            /**font-size: 85%;*/ +
-        } +
-        .dokuwiki .topbar ul li a { +
-            /** color: __text__; */ +
-            color: #EEE; +
-            display: inline-block; +
-            min-height: 16px; /* make sure icons are not cut off (most icons are 16x16) */ +
-        } +
-      +
-        /* for IE7 */ +
-        *+html .dokuwiki .topbar ul li, +
-        *+html .dokuwiki .topbar ul li a { +
-            display: inline; +
-        } +
-      +
-        /* changes specific for the default "dokuwiki" template, +
-           other templates need other changes! */ +
-        #dokuwiki__header { +
-            padding-top: 5em; +
-        } +
-        #dokuwiki__usertools { +
-            top: 3em; +
-        } +
-      +
-        /* IE8 needs this in the default template */ +
-        .dokuwiki .topbar ul li img { +
-            max-width: none; +
-        } +
-      +
-    } /* /@media */ +
-      +
-      +
-    /* for screens less than 480px wide */ +
-    @media only screen and (max-width: 480px) { +
-      +
-        /* move topbar back to the bottom */ +
-        .dokuwiki .topbar { +
-            position: static; +
-        } +
-      +
-        /* un-do some specific template changes */ +
-        #dokuwiki__header { +
-            padding-top: .5em; +
-        } +
-      +
-    } /* /@media */ +
-      +
-      +
-    @media print { +
-      +
-        /* don't print the topbar */ +
-        .dokuwiki .topbar { +
-            display: none; +
-        } +
-      +
-    } /* /@media */ +
-  </style+
-</html>+
  • topbar.1408308002.txt.gz
  • Last modified: 10 years ago
  • by Giuseppe Di Terlizzi