Testing.
This commit is contained in:
parent
1fedbb4f61
commit
4549d035b8
|
@ -145,4 +145,28 @@ h5 {
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#+title: Home
|
#+title: Home
|
||||||
#+startup: showall
|
#+summary: Home!
|
||||||
|
|
||||||
#++show
|
#++show
|
||||||
#+BEGIN_SRC javascript
|
#+BEGIN_SRC javascript
|
||||||
|
@ -8,38 +8,47 @@ window.addEventListener('load', function(event){add_fsf_widget(8085);});
|
||||||
|
|
||||||
* This is metanohi
|
* This is metanohi
|
||||||
|
|
||||||
#++show
|
aaue abc&strong&emph&large.
|
||||||
#+BEGIN_SRC html
|
#&-color=red
|
||||||
<p style='margin: 0 auto; width: 400px'>
|
ou
|
||||||
<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>
|
|
||||||
|
|
||||||
<p class='center'>
|
#&+center
|
||||||
<a href="http://www.fsf.org/facebook/mark-zuckerberg-is-time-magazines-person-of-the-year-wheres-the-dislike-button/">
|
This text is centered.
|
||||||
<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
|
# #++show
|
||||||
href="http://wikimediafoundation.org/wiki/Support_Wikipedia/en"><img
|
# #+BEGIN_SRC html
|
||||||
border="0" alt="Support Wikipedia" title="Support Wikipedia"
|
# <p style='margin: 0 auto; width: 400px'>
|
||||||
src="http://upload.wikimedia.org/wikipedia/commons/4/4b/Fundraising_2009-square-treasure-en.png" /></a>
|
# <a href="http://windows7sins.org/"
|
||||||
</p>
|
# 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>
|
# <p class='center'>
|
||||||
#+END_SRC
|
# <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
|
||||||
|
|
Loading…
Reference in New Issue