Browse Source

added css, progress icons, post-it image for thematic advance - partial CT#578

Cristian Fasanando 15 years ago
parent
commit
027e96e3ac

+ 16 - 0
main/css/academica/default.css

@@ -2917,3 +2917,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/baby_orange/default.css

@@ -2906,3 +2906,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/blue_lagoon/default.css

@@ -3531,3 +3531,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/chamilo/default.css

@@ -3889,3 +3889,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/chamilo_green/default.css

@@ -3891,3 +3891,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/chamilo_red/default.css

@@ -3891,3 +3891,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/cool_blue/default.css

@@ -3408,3 +3408,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/corporate/default.css

@@ -2902,3 +2902,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/cosmic_campus/default.css

@@ -2950,3 +2950,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/delicious_bordeaux/default.css

@@ -3423,3 +3423,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/dokeos_blue/default.css

@@ -3413,3 +3413,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/dokeos_classic/default.css

@@ -3692,3 +3692,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/dokeos_classic_2D/default.css

@@ -3722,3 +3722,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/empire_green/default.css

@@ -3423,3 +3423,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/fruity_orange/default.css

@@ -3424,3 +3424,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/medical/default.css

@@ -3882,3 +3882,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/public_admin/default.css

@@ -3606,3 +3606,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/royal_purple/default.css

@@ -3420,3 +3420,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/silver_line/default.css

@@ -3230,3 +3230,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/sober_brown/default.css

@@ -3602,3 +3602,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/steel_grey/default.css

@@ -3424,3 +3424,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

+ 16 - 0
main/css/tasty_olive/default.css

@@ -3426,3 +3426,19 @@ div.image-social-content center.friend {
 	color:#fff;
 	/* text-decoration: underline; */
 }
+
+/* THEMATIC ADVANCE */
+.thematic-postit {
+  width:250px;
+  height:auto;
+  overflow:hidden;
+}
+.thematic-postit-center {
+ background-image: url('../../img/postit_center.jpg');
+ height:auto;
+ margin-top:-16px;
+ margin-bottom:-16px;
+ padding-left:20px;
+ padding-right:20px;
+ padding-bottom:10px;
+}

BIN
main/img/level_0.png


BIN
main/img/level_10.png


BIN
main/img/level_100.png


BIN
main/img/level_20.png


BIN
main/img/level_30.png


BIN
main/img/level_40.png


BIN
main/img/level_50.png


BIN
main/img/level_60.png


BIN
main/img/level_70.png


BIN
main/img/level_80.png


BIN
main/img/level_90.png


BIN
main/img/porcent.png


BIN
main/img/postit_bottom.jpg


BIN
main/img/postit_center.jpg


BIN
main/img/postit_top.jpg