Üb2: Unterschied zwischen den Versionen

Aus Spiritwiki
 
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 5: Zeile 5:
If on the other hand "MyStyles.css" was a file in the /wiki/skins directory, then it would be included as shown below. Note that the file must be an absolute path with a leading slash to distinguish it from an article title.
If on the other hand "MyStyles.css" was a file in the /wiki/skins directory, then it would be included as shown below. Note that the file must be an absolute path with a leading slash to distinguish it from an article title.
...............................................
...............................................
<br>


{{#css:/skins/cavendishmw/hornav2.css}}
{{#css:/skins/cavendishmw/hornav2.css}}
<html>
<html>
<style type=text/css>
<div>
* { margin: 0; padding: 0; }
<ul id="hornav" class="hornav" >
ul { margin: 20px 10px; }
<li style="display: inline; list-style-type: none; padding-right: 20px;"><a href="#">Link one</a></li>
ul li { float: left; list-style-type: none; }
<li style="display: inline; list-style-type: none; padding-right: 20px;"><a href="#">Link two</a></li>
ul li a { background: #004b98; color: white; display: block; font-family: Arial, Helvetica, sans-serif; padding: 10px 20px; text-decoration: none; }
<li style="display: inline; list-style-type: none; padding-right: 20px;"><a href="#">Link three</a></li>
ul li a:hover { background: #0069d4; }
<li style="display: inline; list-style-type: none; padding-right: 20px;"><a href="#">Link four</a></li>
</style>
<li style="display: inline; list-style-type: none; padding-right: 20px;"><a href="#">Link five</a></li>
<ul class="hornav2">
<li><a href="#">Link one</a></li>
<li><a href="#">Link two</a></li>
<li><a href="#">Link three</a></li>
<li><a href="#">Link four</a></li>
<li><a href="#">Link five</a></li>
</ul>
</ul>
</div>
</html>
</html>
[[Kategorie:-]]
<br>
...............................................
...............................................

Aktuelle Version vom 14. April 2014, 16:12 Uhr

Dies betrifft immer nur die eine wikiseite komplett - nicht das ganze Wiki !