Ignore:
Timestamp:
13 Nov 2014, 15:04:59 (10 years ago)
Author:
Henrik Bettermann
Message:

More renaming.

Location:
main/waeup.kofa/branches/henrik-regista/layout/static
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/layout/static/css/base.css

    r11730 r11950  
    2727}
    2828
    29 .kofa-langselect img {
     29.ikoba-langselect img {
    3030    margin-top: -10px;
    3131    margin-bottom: -10px;
     
    6464/* Kofa styles */
    6565
    66 .kofa-sidebar,
    67 .kofa-content-narrow,
    68 .kofa-content-wide,
    69 .kofa-breadcrumbs-box-short,
    70 .kofa-breadcrumbs-box-long,
    71 .kofa-student-status-box {
     66.ikoba-sidebar,
     67.ikoba-content-narrow,
     68.ikoba-content-wide,
     69.ikoba-breadcrumbs-box-short,
     70.ikoba-breadcrumbs-box-long,
     71.ikoba-student-status-box {
    7272    padding: 0px 5px 0px 5px;
    7373}
     
    8383}
    8484
    85 .kofa-breadcrumbs-box-short .well,
    86 .kofa-breadcrumbs-box-long .well,
    87 .kofa-student-status-box .well {
     85.ikoba-breadcrumbs-box-short .well,
     86.ikoba-breadcrumbs-box-long .well,
     87.ikoba-student-status-box .well {
    8888    padding: 5px 5px 5px 5px;
    8989}
    9090
    91 .kofa-content-wide .well, .kofa-content-narrow .well {
     91.ikoba-content-wide .well, .ikoba-content-narrow .well {
    9292    padding: 10px 20px 10px 20px;
    9393}
    9494
    95 .kofa-content-desc {
     95.ikoba-content-desc {
    9696    color: #BFBFBF;
    9797    font-size: 18px;
     
    104104}
    105105
    106 .kofa-student-status-box .well {
     106.ikoba-student-status-box .well {
    107107    background-color: #909090;
    108108}
     
    117117/* Sidebar */
    118118
    119 .kofa-sidebar-title {
     119.ikoba-sidebar-title {
    120120    text-transform: none;
    121121    font-size: 14px;
     
    324324@media (max-width: 767px) {
    325325
    326   .kofa-sidebar,
    327   .kofa-content-narrow ,
    328   .kofa-breadcrumbs-box-short,
    329   .kofa-breadcrumbs-box-long,
    330   .kofa-student-status-box {
     326  .ikoba-sidebar,
     327  .ikoba-content-narrow ,
     328  .ikoba-breadcrumbs-box-short,
     329  .ikoba-breadcrumbs-box-long,
     330  .ikoba-student-status-box {
    331331      padding: 0px 0px 0px 0px;
    332332  }
    333333
    334   .kofa-content-wide {
     334  .ikoba-content-wide {
    335335      padding: 0px 0px 0px 0px;
    336336  }
  • main/waeup.kofa/branches/henrik-regista/layout/static/js/kofa-scrollto.js

    r11492 r11950  
    1 /* After loading the page, softly scroll to the #kofa-scroll-target tag,
     1/* After loading the page, softly scroll to the #ikoba-scroll-target tag,
    22   if it exists */
    33$(document).ready(function (){
    4     var scroll_target = $('#kofa-scroll-target');
     4    var scroll_target = $('#ikoba-scroll-target');
    55    if (scroll_target.length) {
    66        $('html,body').animate(
Note: See TracChangeset for help on using the changeset viewer.