summaryrefslogtreecommitdiff
path: root/src/xmpppy-0.5.0rc1/doc/xmpppy.css
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-07-20 00:10:39 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-07-20 00:10:39 +0000
commit5eeebb36bfe73dcf17dc8b72bd190c266e25c45e (patch)
treeb686f572beea4c420b773219ca2d24a43f3e1694 /src/xmpppy-0.5.0rc1/doc/xmpppy.css
parent6af387dead3afd22797b94473686cae6d3219b42 (diff)
downloadpoezio-5eeebb36bfe73dcf17dc8b72bd190c266e25c45e.tar.gz
poezio-5eeebb36bfe73dcf17dc8b72bd190c266e25c45e.tar.bz2
poezio-5eeebb36bfe73dcf17dc8b72bd190c266e25c45e.tar.xz
poezio-5eeebb36bfe73dcf17dc8b72bd190c266e25c45e.zip
remove xmpppy from the repos
Diffstat (limited to 'src/xmpppy-0.5.0rc1/doc/xmpppy.css')
-rw-r--r--src/xmpppy-0.5.0rc1/doc/xmpppy.css70
1 files changed, 0 insertions, 70 deletions
diff --git a/src/xmpppy-0.5.0rc1/doc/xmpppy.css b/src/xmpppy-0.5.0rc1/doc/xmpppy.css
deleted file mode 100644
index eeed2b2f..00000000
--- a/src/xmpppy-0.5.0rc1/doc/xmpppy.css
+++ /dev/null
@@ -1,70 +0,0 @@
-/* xmpppy.css - The stylesheet of the xmpppy homepage
- *
- * Parts are taken of ickle stylesheet
- *
- * Copyleft 2005 by Marek Kubica
- *
- * Version 0.0.20050507
- *
- */
-
-/* set a background color, a light grey*/
-body {
- background-color: #F2F2F2;
-}
-
-/* fonts - no serif */
-a, p, ul, td, div {
- font-family: sans-serif;
-}
-
-/* hyperlinks: blue, not decorated, just bold */
-a {
- text-decoration: none;
- color: #00488F;
- font-weight: bold;
-}
-
-/* the head table, blue like the sf.net logo */
-table.head {
- width: 100%;
- background-color: #00488F;
- text-align: right;
- border-collapse: collapse;
-}
-
-td.head {
- padding: 0px;
-}
-
-table.content {
- padding: 5px;
- border-spacing: 30px;
-}
-
-td.sflogo {
- width: 99%;
-}
-
-/* the conentent of the left side fills 80% of the screen */
-td.leftside {
- width: 80%;
-}
-
-/* the links on the right side fill the remaining 20%
- * and are displayed on top
- */
-td.rightside {
- width: 20%;
- vertical-align: top;
-}
-
-/* not simple bullets, but squares */
-ul {
- list-style-type: square;
-}
-
-/* blockquotes in italic */
-blockquote {
- font-style: italic;
-}