Remove libqxt from our svn. We don't depend on it anymore thanks to
[quassel.git] / src / contrib / libqxt-2007-10-24 / doctemplate / classic.css
diff --git a/src/contrib/libqxt-2007-10-24/doctemplate/classic.css b/src/contrib/libqxt-2007-10-24/doctemplate/classic.css
deleted file mode 100644 (file)
index 9c4ee16..0000000
+++ /dev/null
@@ -1,181 +0,0 @@
-body
-{
-    color:#333;
-}
-
-
-#menu a
-{
-    display:inline;
-    color:#6FA013;
-}
-.sectionlist a,.reflink
-{
-    font-weight:bold;
-}
-
-#propertylist li
-{
-    width:50%;
-    float:left;
-}
-
-
-br
-{
-    clear:both;
-}
-
-
-.highlight_normal
-{
-}
-.highlight_keywordtype
-{
-    font-weight:bold;
-
-}
-.highlight_stringliteral
-{
-}
-.code
-{
-    font-size:0.9em;
-    padding: 10px;
-    border: #e7e7e7 1px solid;
-    background: #f1f1f1;
-    color: black;
-}
-
-#classlist
-{
-text-align:left;
-}
-#classlist th
-{
-background:#ddd;
-}
-
-
-.descimg
-{
-
-
-    border: 1px solid #ddd;
-}
-
-
-
-
-
-
-
-
-
-
-
-
-/**by Trolltech*/
-
-h3.fn,span.fn
-{
-  margin-left: 1cm;
-  text-indent: -1cm;
-}
-
-a:link
-{
-  color: #6FA013;
-  text-decoration: none
-}
-
-a:visited
-{
-  color: #6FA013;
-  text-decoration: none
-}
-
-td.postheader
-{
-  font-family: sans-serif
-}
-
-tr.address
-{
-  font-family: sans-serif
-}
-
-body
-{
-  background: #ffffff;
-  color: black
-}
-
-table tr.odd {
-  background: #f0f0f0;
-  color: black;
-}
-
-table tr.even {
-  background: #e4e4e4;
-  color: black;
-}
-
-table.annotated th {
-  padding: 3px;
-  text-align: left
-}
-
-table.annotated td {
-  padding: 3px;
-}
-
-table tr pre
-{
-  padding-top: none;
-  padding-bottom: none;
-  padding-left: none;
-  padding-right: none;
-  border: none;
-  background: none
-}
-
-tr.qt-style
-{
-  background: #a2c511;
-  color: black
-}
-
-body pre
-{
-  padding: 0.2em;
-  border: #e7e7e7 1px solid;
-  background: #f1f1f1;
-  color: black;
-}
-
-span.preprocessor, span.preprocessor a
-{
-  color: darkblue;
-}
-
-span.comment
-{
-  color: darkred;
-  font-style: italic
-}
-
-span.string,span.char
-{
-  color: darkgreen;
-}
-
-.subtitle
-{
-    font-size: 0.8em
-}
-
-.small-subtitle
-{
-    font-size: 0.65em
-}