summaryrefslogtreecommitdiff
path: root/root/static/css
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-04-05 13:30:27 +0200
committerfranck cuny <franck@lumberjaph.net>2009-04-05 13:30:27 +0200
commit9bb42b768ff2369af0a066a538e96ae4e3b5c380 (patch)
tree939fce46770f034f9cebfa162607a712be50c99b /root/static/css
parentupdate scripts (diff)
downloadintention-cloud-9bb42b768ff2369af0a066a538e96ae4e3b5c380.tar.gz
add root files
Diffstat (limited to 'root/static/css')
-rw-r--r--root/static/css/ic.css483
-rw-r--r--root/static/css/ic_cloudcolors.css475
2 files changed, 958 insertions, 0 deletions
diff --git a/root/static/css/ic.css b/root/static/css/ic.css
new file mode 100644
index 0000000..54a3604
--- /dev/null
+++ b/root/static/css/ic.css
@@ -0,0 +1,483 @@
+/* Pas de bordures sur les images linkées */
+a img { border: none; }
+
+/* Couleurs des liens */
+a:link {
+ color: #166800;
+ text-decoration: none;
+ }
+a:visited {
+ color: #166800;
+ text-decoration: none;
+ }
+a:hover {
+ color: #166800;
+ text-decoration: underline;
+ }
+a:active {
+ color: #166800;
+ text-decoration: none;
+ }
+
+/* Pas d'extension de taille sur les formulaires */
+form { margin: 0px; }
+
+/* Définition de typo */
+body, h1, h2, h3, h4, h5, h6, td {
+ font: 12px Arial, Helvetica, sans-serif;
+ color: #000000;
+ }
+
+/*-------------------------------------------------------------- GENERAL ---*/
+
+#globalpage {
+ background-color: #2B3F53;
+ background-image: url(/static/images/page_fond.gif);
+ background-position: top left;
+ background-repeat: repeat-x;
+ margin-left: 0px;
+ margin-top: 0px;
+ margin-width: 0px;
+ margin-border: 0px;
+}
+
+#page_container {
+ width: 950px;
+ text-align: left;
+ margin: 0px auto;
+ top: 0px;
+ background-color: #DEFBFF;
+ background-image: url(/static/images/illus_footer.jpg);
+ background-position: bottom center;
+ background-repeat: no-repeat;
+ }
+
+#page_margegauche {
+ float: left;
+ width: 200px;
+ }
+
+#page_contenudroite {
+ float: left;
+ width: 750px;
+ }
+
+#page_accueilcolonnes {
+ clear: left;
+ width: 950px;
+ text-align: left;
+ margin: 0px auto;
+ top: 0px;
+ background-color: #8ACC03;
+ }
+
+#accueilcolonnes_colonnetop {
+ width: 225px;
+ height: 5px;
+ background-image: url(/static/images/accueilcolonnes_colonnetop.gif);
+ background-position: bottom center;
+ background-repeat: no-repeat;
+ font-size: 0px;
+ background-color: #F0FFDE;
+ }
+
+.accueilcolonnes_colonnetop_vert {
+ width: 225px;
+ height: 5px;
+ background-image: url(/static/images/accueilcolonnes_colonnetop_vert.gif);
+ background-position: bottom center;
+ background-repeat: no-repeat;
+ font-size: 0px;
+ background-color: #4BA300;
+ }
+
+#accueilcolonnes_colonnetop_bleu {
+ width: 225px;
+ height: 5px;
+ background-image: url(/static/images/accueilcolonnes_colonnetop_bleu.gif);
+ background-position: bottom center;
+ background-repeat: no-repeat;
+ font-size: 0px;
+ background-color: #005E85;
+ }
+
+#accueilcolonnes_colonnetitle {
+ width: 215px;
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-bottom: 2px;
+ background-color: #F0FFDE;
+ color: #FFFFFF;
+ font-weight: bold;
+ background-image: url(/static/images/accueilcolonnes_colonnetitlelisere.gif);
+ background-position: bottom center;
+ background-repeat: no-repeat;
+ }
+
+.accueilcolonnes_colonnetitle_vert {
+ width: 215px;
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-bottom: 2px;
+ background-color: #4BA300;
+ color: #FFFFFF;
+ font-weight: bold;
+ background-image: url(/static/images/accueilcolonnes_colonnetitlelisere_vert.gif);
+ background-position: bottom center;
+ background-repeat: no-repeat;
+ }
+
+#accueilcolonnes_colonnetitle_bleu {
+ width: 215px;
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-bottom: 2px;
+ background-color: #005E85;
+ color: #FFFFFF;
+ font-weight: bold;
+ background-image: url(/static/images/accueilcolonnes_colonnetitlelisere_bleu.gif);
+ background-position: bottom center;
+ background-repeat: no-repeat;
+ }
+
+.accueilcolonnes_colonnecontent {
+ width: 215px;
+ padding-top: 3px;
+ padding-left: 5px;
+ padding-right: 5px;
+ background-color: #F0FFDE;
+ background-image: url(/static/images/accueilcolonnes_colonnefond.gif);
+ background-position: bottom;
+ background-repeat: repeat-x;
+ }
+
+#accueilcolonnes_colonnecontent_void {
+ width: 215px;
+ font-size: 0.8em;
+ }
+
+.accueilcolonnes_colonnebottom {
+ width: 225px;
+ height: 5px;
+ background-image: url(/static/images/accueilcolonnes_colonnebottom.gif);
+ background-position: bottom center;
+ background-repeat: no-repeat;
+ font-size: 0px;
+ background-color: #F0FFDE;
+ }
+
+td.small {
+ width: 10px;
+}
+td.big {
+ width: 225px;
+ vertical-align: top;
+}
+
+td.accueilcolonnes_colonne {
+ width: 225px;
+ }
+
+td.accueilcolonnes_sepvert {
+ width: 10px;
+ background-color: #8ACC03;
+ }
+
+
+
+
+
+
+#page_footer {
+ clear: left;
+ width: 943px;
+ padding-top: 5px;
+ padding-bottom: 2px;
+ padding-left: 5px;
+ padding-right: 2px;
+ text-align: right;
+ margin: 0px auto;
+ top: 0px;
+ background-color: #8ACC03;
+ background-image: url(/static/images/footer.gif);
+ background-position: center bottom;
+ background-repeat: no-repeat;
+ font-size: 10px;
+ color: #166800;
+ }
+
+
+
+#ic_logo {
+ float: left;
+ width: 200px;
+ height: 34px;
+ background-image: url(/static/images/ic_logo.gif);
+ background-position: top left;
+ background-repeat: no-repeat;
+ }
+
+/*-------------------------------------------------------------- MARGE GAUCHE ---*/
+
+.margegauche_bloc {
+ float: left;
+ width: 180px;
+ margin-top: 30px;
+ padding-left: 10px;
+ padding-right: 10px;
+ }
+
+
+#margegauche_bloccontainer {
+ float: left;
+ width: 180px;
+ padding-left: 10px;
+ padding-right: 10px;
+ }
+
+#margegauche_bloctop {
+ margin-top: 20px;
+ float: left;
+ width: 180px;
+ height: 10px;
+ background-image: url(/static/images/margegauche_bloctop.gif);
+ font-size: 0px;
+ }
+#margegauche_bloctext {
+ float: left;
+ width: 170px;
+ padding-left: 5px;
+ padding-right: 5px;
+ background-color: #A7E5FF;
+ }
+#margegauche_blocbottom {
+ float: left;
+ width: 180px;
+ height: 10px;
+ background-image: url(/static/images/margegauche_blocbottom.gif);
+ font-size: 0px;
+ }
+
+
+#margegauche_navcontainer {
+ float: left;
+ width: 180px;
+ padding-left: 10px;
+ padding-right: 10px;
+ }
+
+td.margegauche_navitem {
+ width: 180px;
+ height: 20px;
+ font-size: 16px;
+ background-image: url(/static/images/navbar_fond.gif);
+ background-position: left bottom;
+ background-repeat: no-repeat;
+ }
+
+td.margegauche_navitem_hover {
+ width: 180px;
+ height: 20px;
+ font-size: 16px;
+ background-image: url(/static/images/navbar_fond_hover.gif);
+ background-position: left bottom;
+ background-repeat: repeat-y;
+ }
+
+a.navitem:link {
+ color: #000000;
+ text-decoration: none;
+ }
+a.navitem:visited {
+ color: #000000;
+ text-decoration: none;
+ }
+a.navitem:hover {
+ color: #FFFFFF;
+ text-decoration: none;
+ font-weight: bold;
+ }
+a.navitem:active {
+ color: #000000;
+ text-decoration: none;
+ font-weight: bold;
+ }
+
+
+/*-------------------------------------------------------------- DROITE ---*/
+
+
+#contenudroite_cloudheader {
+ width: 750px;
+ height: 110px;
+ text-align: right;
+ background-image: url(/static/images/illus_header.jpg);
+ background-position: top right;
+ background-repeat: no-repeat;
+ }
+
+#contenudroite_cloudtitle {
+ width: 730px;
+ padding-left: 10px;
+ padding-right: 10px;
+ font-size: 32px;
+ color: #6AB701;
+ }
+
+#contenudroite_cloudinput {
+ width: 730px;
+ margin-bottom: 20px;
+ padding-left: 10px;
+ padding-right: 10px;
+ }
+
+textarea.cloudinput {
+ font-family: arial;
+ font-size: 20px;
+ font-weight: bold;
+ color: #2B3F53;
+ background-color: #A7E5FF;
+ border: 0px;
+ }
+
+input.cloudinput {
+ font-family: arial;
+ font-size: 20px;
+ font-weight: bold;
+ color: #2B3F53;
+ background-color: #A7E5FF;
+ border: 0px;
+ }
+
+input.truncationcheckbox {
+ background-color: #DEFBFF;
+ }
+
+input.seebutton {
+ background-color: #B4E381;
+ border: 0px;
+ }
+
+#contenudroite_cloudcontent {
+ width: 730px;
+ padding-left: 10px;
+ padding-right: 10px;
+ }
+
+
+#contenudroite_cloudcontent h1 {
+ font-size: 16px;
+ color: #8ACC03;
+ font-weight:bold;
+ text-align:center;
+ }
+
+#contenudroite_cloudcontent strong {
+ color: #8ACC03;
+ font-weight:bold;
+ }
+
+#contenudroite_cloudcontent cite {
+ margin-left:40px;
+ margin-right:40px;
+ text-indent:20px;
+ }
+
+#contenudroite_cloudcontent em {
+ font-style:italic;
+ }
+
+
+
+#cloudcontent_subnavcontainer {
+ width: 730px;
+ height: 20px;
+ background-image: url(/static/images/subnavbar_fond.gif);
+ background-position: bottom;
+ background-repeat: no-repeat;
+ }
+
+td.cloudcontent_subnavitem {
+ height: 20px;
+ padding-left: 5px;
+ padding-right: 5px;
+ font-size: 16px;
+ }
+
+td.cloudcontent_subnavitem_hover {
+ height: 20px;
+ padding-left: 5px;
+ padding-right: 5px;
+ font-size: 16px;
+ background-color: #C2F0FF;
+ }
+
+a.subnavitem:link {
+ color: #6AB701;
+ text-decoration: none;
+ }
+a.subnavitem:visited {
+ color: #6AB701;
+ text-decoration: none;
+ }
+a.subnavitem:hover {
+ color: #000000;
+ text-decoration: none;
+ }
+a.subnavitem:active {
+ color: #6AB701;
+ text-decoration: none;
+ }
+
+#cloudcontent_content {
+ width: 730px;
+ }
+
+#cloudcontent_subtitle {
+ margin-top: 10px;
+ font-size: 26px;
+ color: #8ACC03;
+ }
+
+#cloudcontent_paragraph {
+ padding-top: 5px;
+ padding-bottom: 5px;
+ }
+
+#cloudcontent_subsubtitle {
+ margin-top: 2px;
+ font-size: 10px;
+ color: #BDE570;
+}
+
+
+#contenudroite_cloudfooter {
+ width: 750px;
+ height: 210px;
+ }
+
+.inputmail {
+ font-family: arial;
+ font-size: 20px;
+ font-weight: bold;
+ color: #2B3F53;
+ background-color: #A7E5FF;
+ border: 1px solid black;
+ margin: 0 5px 0 0;
+ padding: 0;
+}
+
+#htmltagcloud {
+ line-height: 28px !important;
+}
+
+.who {
+ color: #8ACC03;
+ font-weight:bold;
+}
+
+.bwoup {
+ width: 12px;
+ height: 12px;
+ vertical-align:bottom;
+} \ No newline at end of file
diff --git a/root/static/css/ic_cloudcolors.css b/root/static/css/ic_cloudcolors.css
new file mode 100644
index 0000000..ba5be7c
--- /dev/null
+++ b/root/static/css/ic_cloudcolors.css
@@ -0,0 +1,475 @@
+span.tagcloud0 A:link {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud0 A:active {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud0 A:visited {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud0 A:hover {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud0 {
+ font-size: 12px !important;
+}
+span.tagcloud1 A:link {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud1 A:active {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud1 A:visited {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud1 A:hover {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud1 {
+ font-size: 13px !important;
+}
+span.tagcloud2 A:link {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud2 A:active {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud2 A:visited {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud2 A:hover {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud2 {
+ font-size: 14px !important;
+}
+span.tagcloud3 A:link {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud3 A:active {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud3 A:visited {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud3 A:hover {
+ COLOR: #95DEFF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud3 {
+ font-size: 15px !important;
+}
+span.tagcloud4 A:link {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud4 A:active {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud4 A:visited {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud4 A:hover {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud4 {
+ font-size: 16px !important;
+}
+span.tagcloud5 A:link {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud5 A:active {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud5 A:visited {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud5 A:hover {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud5 {
+ font-size: 17px !important;
+}
+span.tagcloud6 A:link {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud6 A:active {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud6 A:visited {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud6 A:hover {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud6 {
+ font-size: 18px !important;
+}
+span.tagcloud7 A:link {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud7 A:active {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud7 A:visited {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud7 A:hover {
+ COLOR: #6FCFFF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud7 {
+ font-size: 19px !important;
+}
+span.tagcloud8 A:link {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud8 A:active {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud8 A:visited {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud8 A:hover {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud8 {
+ font-size: 20px !important;
+}
+span.tagcloud9 A:link {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud9 A:active {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud9 A:visited {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud9 A:hover {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud9 {
+ font-size: 21px !important;
+}
+span.tagcloud10 A:link {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud10 A:active {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud10 A:visited {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud10 A:hover {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud10 {
+ font-size: 22px !important;
+}
+span.tagcloud11 A:link {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud11 A:active {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud11 A:visited {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud11 A:hover {
+ COLOR: #4CC1FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud11 {
+ font-size: 23px !important;
+}
+span.tagcloud12 A:link {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud12 A:active {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud12 A:visited {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud12 A:hover {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud12 {
+ font-size: 24px !important;
+}
+span.tagcloud13 A:link {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud13 A:active {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud13 A:visited {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud13 A:hover {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud13 {
+ font-size: 25px !important;
+}
+span.tagcloud14 A:link {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud14 A:active {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud14 A:visited {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud14 A:hover {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud14 {
+ font-size: 26px !important;
+}
+span.tagcloud15 A:link {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud15 A:active {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud15 A:visited {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud15 A:hover {
+ COLOR: #38B9FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud15 {
+ font-size: 27px !important;
+}
+span.tagcloud16 A:link {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud16 A:active {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud16 A:visited {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud16 A:hover {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud16 {
+ font-size: 28px !important;
+}
+span.tagcloud17 A:link {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud17 A:active {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud17 A:visited {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud17 A:hover {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud17 {
+ font-size: 29px !important;
+}
+span.tagcloud18 A:link {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud18 A:active {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud18 A:visited {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud18 A:hover {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud18 {
+ font-size: 30px !important;
+}
+span.tagcloud19 A:link {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud19 A:active {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud19 A:visited {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud19 {
+ font-size: 31px !important;
+}
+span.tagcloud19 A:hover {
+ COLOR: #27B2FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud20 A:link {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud20 A:active {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud20 A:visited {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud20 A:hover {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud20 {
+ font-size: 32px !important;
+}
+span.tagcloud21 A:link {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud21 A:active {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud21 A:visited {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud21 A:hover {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud21 {
+ font-size: 33px !important;
+}
+span.tagcloud22 A:link {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud22 A:active {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud22 A:visited {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud22 A:hover {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud22 {
+ font-size: 34px !important;
+}
+span.tagcloud23 A:link {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud23 A:active {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud23 A:visited {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud23 A:hover {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud23 {
+ font-size: 35px !important;
+}
+span.tagcloud24 A:link {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud24 A:active {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud24 A:visited {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: none;
+}
+span.tagcloud24 A:hover {
+ COLOR: #01A3FF;
+ TEXT-DECORATION: underline;
+}
+span.tagcloud24 {
+ font-size: 36px !important;
+} \ No newline at end of file