MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (Fix images lnk)
No edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 36: Line 36:
          
          
         .video i {
         .video i {
         background-image: url("images/0/05/Videos.png");
         background-image: url("images/e/ec/Videos.png");
         height: 150px;
         height: 150px;
    width: 500px;
    width: 500px;
Line 64: Line 64:
         .events i {
         .events i {
         background-image: url("images/2/2b/Theories.png");
         background-image: url("images/2/2b/Theories.png");
        height: 150px;
    width: 500px;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
        }
        .methodologies i {
        background-image: url("images/6/6f/Lightbulb.png");
        height: 150px;
    width: 500px;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
        }
        .othertools i {
        background-image: url("images/c/c5/Tools.png");
        height: 150px;
    width: 500px;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
        }
        .softwares i {
        background-image: url("images/f/fd/Software.png");
        height: 150px;
    width: 500px;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
        }
        .minisymposia i {
        background-image: url("images/e/ee/Peoples.png");
        height: 150px;
    width: 500px;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
        }
        .bookclub i {
        background-image: url("images/5/53/Book_club.png");
         height: 150px;
         height: 150px;
    width: 500px;
    width: 500px;
Line 115: Line 160:
         .bg-blue-400 {
         .bg-blue-400 {
             background-color: #60A5FA;
             background-color: #60A5FA;
        }
        .bg-magenta-400 {
            background-color: #FF00FF;
        }
        .bg-skyBlue-400 {
            background-color: #87CEEB;
        }
        .bg-almond-400 {
            background-color: #E0C3A1;
        }
        .bg-blueGreen-400 {
            background-color: #0D98BA;
        }
        .bg-darkBrown-400 {
            background-color: #654321;
         }
         }
          
          

Navigation menu