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
Last revisionBoth sides next revision
topbar [2014/08/17 22:50] Giuseppe Di Terlizzitopbar [2015/03/04 15:21] Giuseppe Di Terlizzi
Line 1: Line 1:
-  * [[start|{{:wiki:logo.png?nolink&16|Lotar.Altervista.org}}]] +  * [[start|{{:wiki:logo.png?nolink&16|Lotar.Altervista.org}}]] [[start|Lotar.Altervista.org]] 
-  * **[[start|Lotar.Altervista.org]]** +  * [[news:start|{{https://raw.githubusercontent.com/yusukekamiyamane/fugue-icons/master/icons/newspaper.png?nolink|News}}]] [[news:start]] 
-  * [[news:start|{{https://raw.githubusercontent.com/yusukekamiyamane/fugue-icons/master/icons/newspaper.png|News}}]][[news:start]] +  * [[how-to:start|{{https://raw.githubusercontent.com/yusukekamiyamane/fugue-icons/master/icons/light-bulb.png?nolink}}]] [[how-to:start]] 
-  * [[how-to:start|How-To]] +  * [[how-to:start|{{https://raw.githubusercontent.com/yusukekamiyamane/fugue-icons/master/icons/ruler.png?nolink}}]] [[programming:start]] 
-  * [[programming:start|Programming]]+  * [[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> +~~NOCACHE~~
-  <style> +
-    @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.txt
  • Last modified: 9 years ago
  • (external edit)