فهرست منبع

adding class background in footer

Alex Aragon 8 سال پیش
والد
کامیت
c03a479842
30فایلهای تغییر یافته به همراه85 افزوده شده و 84 حذف شده
  1. 2 1
      app/Resources/public/css/base.css
  2. 3 3
      app/Resources/public/css/themes/academica/default.css
  3. 3 3
      app/Resources/public/css/themes/baby_orange/default.css
  4. 3 3
      app/Resources/public/css/themes/beach/default.css
  5. 3 3
      app/Resources/public/css/themes/blue_lagoon/default.css
  6. 3 3
      app/Resources/public/css/themes/chamilo/default.css
  7. 3 3
      app/Resources/public/css/themes/chamilo_electric_blue/default.css
  8. 3 3
      app/Resources/public/css/themes/chamilo_green/default.css
  9. 3 3
      app/Resources/public/css/themes/chamilo_orange/default.css
  10. 3 3
      app/Resources/public/css/themes/chamilo_red/default.css
  11. 3 3
      app/Resources/public/css/themes/chamilo_sport_red/default.css
  12. 3 3
      app/Resources/public/css/themes/cool_blue/default.css
  13. 3 3
      app/Resources/public/css/themes/corporate/default.css
  14. 3 3
      app/Resources/public/css/themes/cosmic_campus/default.css
  15. 3 3
      app/Resources/public/css/themes/delicious_bordeaux/default.css
  16. 3 3
      app/Resources/public/css/themes/empire_green/default.css
  17. 3 3
      app/Resources/public/css/themes/fruity_orange/default.css
  18. 3 3
      app/Resources/public/css/themes/holi/default.css
  19. 3 3
      app/Resources/public/css/themes/journal/default.css
  20. 3 3
      app/Resources/public/css/themes/kiddy/default.css
  21. 3 3
      app/Resources/public/css/themes/medical/default.css
  22. 3 3
      app/Resources/public/css/themes/readable/default.css
  23. 3 3
      app/Resources/public/css/themes/royal_purple/default.css
  24. 3 3
      app/Resources/public/css/themes/simplex/default.css
  25. 3 3
      app/Resources/public/css/themes/sober_brown/default.css
  26. 3 3
      app/Resources/public/css/themes/spacelab/default.css
  27. 3 3
      app/Resources/public/css/themes/steel_grey/default.css
  28. 3 3
      app/Resources/public/css/themes/tasty_olive/default.css
  29. 1 1
      main/template/default/layout/footer.tpl
  30. 1 1
      main/template/default/layout/page_footer.tpl

+ 2 - 1
app/Resources/public/css/base.css

@@ -21,7 +21,8 @@ body{
     position: absolute;
     bottom: 0;
     width: 100%;
-    
+    padding-top: 20px;
+    padding-bottom: 20px;
 }
 #content-section{
     margin-bottom: 230px;

+ 3 - 3
app/Resources/public/css/themes/academica/default.css

@@ -125,7 +125,7 @@ header{
 .panel-default .panel-heading{
     background-color: #ddecef;
 }
-footer{
+footer.bgfooter{
   background: #004455; /* Old browsers */
   background: -moz-linear-gradient(top, #004455 0%, #272727 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004455), color-stop(100%,#272727)); /* Chrome,Safari4+ */
@@ -137,9 +137,9 @@ footer{
   color: #9DD0F1;
   border-top: 2px solid #364753;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/baby_orange/default.css

@@ -123,14 +123,14 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83b10', end
 .panel-default .panel-heading{
     background-color: #F9F9F9;
 }
-footer{
+footer.bgfooter{
   background: #3D3D3D;
   color: #9DD0F1;
   border-top: 4px solid #CCC;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/beach/default.css

@@ -194,7 +194,7 @@ a:focus {
  border-color: #ECF0F1;
 }
 /* End Jquery UI */
-footer{
+footer.bgfooter{
   background-color:#181D20;
   border-bottom: 1px solid #181D20;
   -webkit-filter: none;
@@ -202,10 +202,10 @@ footer{
   -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
   box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
 }
-footer{
+footer.bgfooter{
   color: #ffffff;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
 

+ 3 - 3
app/Resources/public/css/themes/blue_lagoon/default.css

@@ -104,14 +104,14 @@ header{
 .nav li a:hover{
     background: transparent;
 }
-footer{
+footer.bgfooter{
   background: #2E75A3;
   color: #9DD0F1;
   border-top: 2px solid #0099C0;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/chamilo/default.css

@@ -139,13 +139,13 @@ a:focus {
   padding-left: 0.2em;
 }
 /* End Jquery UI */
-footer{
+.bgfooter{
   background-color:#1A2226;
 }
-footer{
+.bgfooter{
   color: #ffffff;
 }
-footer a{
+.bgfooter a{
   color: #ffffff;
 }
 .page-header{

+ 3 - 3
app/Resources/public/css/themes/chamilo_electric_blue/default.css

@@ -112,13 +112,13 @@ border-radius: 0px;
 .nav li a:hover{
     background: transparent;
 }
-footer{
+footer.bgfooter{
   background: #004455;
   color: #37abc8;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/chamilo_green/default.css

@@ -120,7 +120,7 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', end
 .nav li a:hover{
     background: transparent;
 }
-footer{
+footer.bgfooter{
   background: #1c1c1c; /* Old browsers */
   background: -moz-linear-gradient(top, #1c1c1c 0%, #272727 99%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1c1c), color-stop(99%,#272727)); /* Chrome,Safari4+ */
@@ -131,9 +131,9 @@ footer{
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
   color: #88aa00;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/chamilo_orange/default.css

@@ -116,7 +116,7 @@ header{
 .nav li a:hover{
     background: transparent;
 }
-footer{
+footer.bgfooter{
   background: #4b4139; /* Old browsers */
   background: -moz-linear-gradient(top, #4b4139 0%, #655f4e 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4139), color-stop(100%,#655f4e)); /* Chrome,Safari4+ */
@@ -127,9 +127,9 @@ footer{
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4139', endColorstr='#655f4e',GradientType=0 ); /* IE6-9 */
   color: #ccc;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #FF813A;
 }

+ 3 - 3
app/Resources/public/css/themes/chamilo_red/default.css

@@ -121,7 +121,7 @@ border-radius: 0;
 .nav li a:hover{
     background: transparent;
 }
-footer{
+footer.bgfooter{
   background: #1c1c1c; /* Old browsers */
   background: -moz-linear-gradient(top, #1c1c1c 0%, #272727 99%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1c1c), color-stop(99%,#272727)); /* Chrome,Safari4+ */
@@ -132,10 +132,10 @@ footer{
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
   color: #d4707f;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }
 #carousel-announcement .left, #carousel-announcement .right{

+ 3 - 3
app/Resources/public/css/themes/chamilo_sport_red/default.css

@@ -153,15 +153,15 @@ background: #020202;
     background-color: #0099c0;
   }
 }
-footer{
+footer.bgfooter{
   background: #000000;
   color: #FF0000;
   border-top: 4px solid #FF0000;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }
 .nav li a:hover{

+ 3 - 3
app/Resources/public/css/themes/cool_blue/default.css

@@ -166,7 +166,7 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9700', end
 .panel-default .panel-heading{
     background-color: #F9F9F9;
 }
-footer{
+footer.bgfooter{
 background: #04638a; /* Old browsers */
 background: -moz-linear-gradient(top, #04638a 0%, #041759 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04638a), color-stop(100%,#041759)); /* Chrome,Safari4+ */
@@ -178,9 +178,9 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04638a', end
   color: #9DD0F1;
   border-top: 4px solid #CCC;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/corporate/default.css

@@ -137,14 +137,14 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eaebb', end
 .panel-default .panel-heading{
     background-color: #F9F9F9;
 }
-footer{
+footer.bgfooter{
   background: #258B96;
   color: #9DD0F1;
   border-top: 4px solid #CCC;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/cosmic_campus/default.css

@@ -155,15 +155,15 @@ header{
 .panel-default .panel-heading{
     background-color: #ddecef;
 }
-footer{
+footer.bgfooter{
   background: #272727;
   color: #9DD0F1;
   border-top: 4px solid #546667;
   height: auto;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/delicious_bordeaux/default.css

@@ -143,7 +143,7 @@ background: #800020;
 .panel-default{
     border-color: #F3F3F4;
 }
-footer{
+footer.bgfooter{
 background: #890226; /* Old browsers */
 background: -moz-linear-gradient(top, #890226 0%, #6d0019 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#890226), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
@@ -155,9 +155,9 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890226', end
 color: #9DD0F1;
 border-top: 4px solid #720033;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/empire_green/default.css

@@ -158,14 +158,14 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8392', end
 .panel-default .panel-heading{
     background-color: #F9F9F9;
 }
-footer{
+footer.bgfooter{
   background: #444444;
   color: #9DD0F1;
   border-top: 4px solid #C2DF44;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/fruity_orange/default.css

@@ -157,14 +157,14 @@ background: #FF650D;
 .panel-default{
     border-color: #F3F3F4;
 }
-footer{
+footer.bgfooter{
 background: #000000;
 color: #FF6700;
 border-top: 4px solid #FF6700;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/holi/default.css

@@ -217,7 +217,7 @@ a:focus {
  border-color: #ECF0F1;
 }
 /* End Jquery UI */
-footer{
+footer.bgfooter{
   background-color:#6B77B8;
   border-bottom: 1px solid #6B77B8;
   -webkit-filter: none;
@@ -225,10 +225,10 @@ footer{
   -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
   box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
 }
-footer{
+footer.bgfooter{
   color: #ffffff;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
 

+ 3 - 3
app/Resources/public/css/themes/journal/default.css

@@ -181,14 +181,14 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fc4af', end
 .panel-default{
     border-color: #F3F3F4;
 }
-footer{
+footer.bgfooter{
 background: #34495E;
 color: #50B387;
 border-top: 4px solid #50B387;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/kiddy/default.css

@@ -199,7 +199,7 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8a00', end
 .panel-default{
     border-color: #F3F3F4;
 }
-footer{
+footer.bgfooter{
 background: #01a1ff;
 background: -moz-linear-gradient(top, #01a1ff 0%, #0266ef 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1ff), color-stop(100%,#0266ef));
@@ -211,10 +211,10 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', end
 color: #FFB500;
 border: none;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }
 .menu-column .panel-heading{

+ 3 - 3
app/Resources/public/css/themes/medical/default.css

@@ -169,16 +169,16 @@ background: #F38A1E;
 .panel-default{
     border-color: #F3F3F4;
 }
-footer{
+footer.bgfooter{
 background: #2C9BB6;
 color: #FFF;
 border-top: 10px solid #EFEFEF;
 }
-footer a{
+footer.bgfooter a{
   color: #FFFF00;
   font-weight: bold;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }
 .menu-column .panel-body{

+ 3 - 3
app/Resources/public/css/themes/readable/default.css

@@ -160,15 +160,15 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', end
 .panel-default .panel-heading{
     background-color: #F9F9F9;
 }
-footer{
+footer.bgfooter{
   background: #232323;
   color: #837E76;
   border-top: 2px solid #79B72C;
 }
-footer a{
+footer.bgfooter a{
   color: #63AC0C;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #63AC0C;
 }
 .menu-column .panel-default .panel-heading{

+ 3 - 3
app/Resources/public/css/themes/royal_purple/default.css

@@ -158,7 +158,7 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a400', end
 .panel-default .panel-heading{
     background-color: #F9F9F9;
 }
-footer{
+footer.bgfooter{
   background: #663872; /* Old browsers */
 background: -moz-linear-gradient(top, #663872 0%, #36254f 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#663872), color-stop(100%,#36254f)); /* Chrome,Safari4+ */
@@ -170,9 +170,9 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663872', end
   color: #FFFFFF;
   border-top: 4px solid #FE7400;
 }
-footer a{
+footer.bgfooter a{
   color: #F79F00;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/simplex/default.css

@@ -148,15 +148,15 @@ background: #111111;
 .panel-default{
     border-color: #F3F3F4;
 }
-footer{
+footer.bgfooter{
 background: #111111;
 color: #FBD232;
 border-top: 5px solid #FBD232;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }
 .menu-column .panel-heading{

+ 3 - 3
app/Resources/public/css/themes/sober_brown/default.css

@@ -129,15 +129,15 @@ background: #F7490C;
 .panel-default .panel-heading{
     background-color: #F9F9F9;
 }
-footer{
+footer.bgfooter{
   background: #782306;
   color: #F7490C;
   border-top: 4px solid #F7490C;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }
 .badge{

+ 3 - 3
app/Resources/public/css/themes/spacelab/default.css

@@ -147,14 +147,14 @@ border:none;
 .panel-default .panel-heading{
     background-color: #ddecef;
 }
-footer{
+footer.bgfooter{
   background: #272727;
   color: #9DD0F1;
   border-top: 4px solid #4A8480;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 3 - 3
app/Resources/public/css/themes/steel_grey/default.css

@@ -132,15 +132,15 @@ background: #F7490C;
 .menu-column .panel-default .panel-heading a:hover{
     color: #111;
 }
-footer{
+footer.bgfooter{
   background: #465251;
   color: #111;
   border:none;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }
 .badge{

+ 3 - 3
app/Resources/public/css/themes/tasty_olive/default.css

@@ -158,14 +158,14 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8392', end
 .panel-default .panel-heading{
     background-color: #F9F9F9;
 }
-footer{
+footer.bgfooter{
   background: #444444;
   color: #9DD0F1;
   border-top: 4px solid #C2DF44;
 }
-footer a{
+footer.bgfooter a{
   color: #ffffff;
 }
-footer a:hover{
+footer.bgfooter a:hover{
   color: #CCC;
 }

+ 1 - 1
main/template/default/layout/footer.tpl

@@ -1,4 +1,4 @@
-<footer id="footer-section" class="sticky-footer">
+<footer id="footer-section" class="sticky-footer bgfooter">
     <div class="container">
         <div class="pre-footer">
             {% if plugin_pre_footer is not null %}

+ 1 - 1
main/template/default/layout/page_footer.tpl

@@ -1,4 +1,4 @@
-<footer id="footer-section" class="sticky-footer">
+<footer id="footer-section" class="sticky-footer bgfooter">
     <div class="container">
         <div class="pre-footer">
             {% if plugin_pre_footer is not null %}