This commit is contained in:
Niels Serup 2011-07-14 00:15:04 +02:00
parent 1fedbb4f61
commit 4549d035b8
2 changed files with 67 additions and 34 deletions

View File

@ -145,4 +145,28 @@ h5 {
h6 {
font-size: 12px;
font-weight: bold;
}
}
.center-align {
text-align: center;
}
.right-align {
text-align: right;
}
.left-align {
text-align: left;
}
.center-float {
margin: 0 auto;
}
.right-float {
float: right;
}
.left-float {
float: left;
}

View File

@ -1,5 +1,5 @@
#+title: Home
#+startup: showall
#+summary: Home!
#++show
#+BEGIN_SRC javascript
@ -8,38 +8,47 @@ window.addEventListener('load', function(event){add_fsf_widget(8085);});
* This is metanohi
#++show
#+BEGIN_SRC html
<p style='margin: 0 auto; width: 400px'>
<a href="http://windows7sins.org/"
style='display: block; float: left'>
<img src="http://windows7sins.org/i/widget.png"
alt="Windows 7 Sins" style='width: 200px; height: 200px' />
</a>
<a href="http://www.fsf.org/campaigns/opendocument/"
style='display: block; float: left'>
<img src="http://static.fsf.org/nosvn/opendocument/medium/odf.png"
alt="Use ODF!" style='width: 200px; height: 200px' />
</a>
</p>
<p style='background-color: #ff0000; padding: 10px; display: block;
width: 380px; margin: 0 auto 10px auto' class='large'>
<a href='http://petition.stopsoftwarepatents.eu/' class='center'>
STOP SOFTWARE PATENTS
</a>
</p>
aaue abc&strong&emph&large.
#&-color=red
ou
#&
<p class='center'>
<a href="http://www.fsf.org/facebook/mark-zuckerberg-is-time-magazines-person-of-the-year-wheres-the-dislike-button/">
<img src="http://static.fsf.org/nosvn/dislike200.png"
alt="Don't use Facebook!" title="Don't use Facebook!" style='width: 200px; height: 105px' />
</a>
#&+center
This text is centered.
#&
<a
href="http://wikimediafoundation.org/wiki/Support_Wikipedia/en"><img
border="0" alt="Support Wikipedia" title="Support Wikipedia"
src="http://upload.wikimedia.org/wikipedia/commons/4/4b/Fundraising_2009-square-treasure-en.png" /></a>
</p>
# #++show
# #+BEGIN_SRC html
# <p style='margin: 0 auto; width: 400px'>
# <a href="http://windows7sins.org/"
# style='display: block; float: left'>
# <img src="http://windows7sins.org/i/widget.png"
# alt="Windows 7 Sins" style='width: 200px; height: 200px' />
# </a>
# <a href="http://www.fsf.org/campaigns/opendocument/"
# style='display: block; float: left'>
# <img src="http://static.fsf.org/nosvn/opendocument/medium/odf.png"
# alt="Use ODF!" style='width: 200px; height: 200px' />
# </a>
# </p>
# <p style='background-color: #ff0000; padding: 10px; display: block;
# width: 380px; margin: 0 auto 10px auto' class='large'>
# <a href='http://petition.stopsoftwarepatents.eu/' class='center'>
# STOP SOFTWARE PATENTS
# </a>
# </p>
<div style='margin: 0 auto; width: 260px' id='fsfextern'></div>
#+END_SRC
# <p class='center'>
# <a href="http://www.fsf.org/facebook/mark-zuckerberg-is-time-magazines-person-of-the-year-wheres-the-dislike-button/">
# <img src="http://static.fsf.org/nosvn/dislike200.png"
# alt="Don't use Facebook!" title="Don't use Facebook!" style='width: 200px; height: 105px' />
# </a>
# <a
# href="http://wikimediafoundation.org/wiki/Support_Wikipedia/en"><img
# border="0" alt="Support Wikipedia" title="Support Wikipedia"
# src="http://upload.wikimedia.org/wikipedia/commons/4/4b/Fundraising_2009-square-treasure-en.png" /></a>
# </p>
# <div style='margin: 0 auto; width: 260px' id='fsfextern'></div>
# #+END_SRC