Skip to content

Commit

Permalink
Merge pull request #84 from stopfstedt/move_styles
Browse files Browse the repository at this point in the history
Move styles
  • Loading branch information
stopfstedt authored Jul 3, 2017
2 parents fd6e43b + d5638db commit ed9b3b8
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 50 deletions.
92 changes: 44 additions & 48 deletions style/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,54 +105,6 @@ hr {

/* Header
-------------------------*/

/* hide navigation in header */
@media (min-width: 980px) {
.navbar .nav {
visibility: hidden;
height: 0;
}
}

@media (max-width: 979px) {
/* accesshide header title */
.navbar .brand {
position: absolute;
left: -10000px;
font-size: 1em;
font-weight: normal;
}

.navbar .nav > li > a:hover {
color: #000;
}

.navbar .nav li.dropdown > a:hover .caret {
border-top-color: #000;
border-bottom-color: #000;
}

.navbar .nav-collapse.in {
background-color: #052049;
}

.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
background: none;
color: #000;
background-color: #ededee !important;
}


}

.navbar .brand {
margin-top: 5px;
font-weight: 600;
Expand Down Expand Up @@ -210,6 +162,50 @@ hr {
background-color: #052049 !important;
}

/* hide navigation in header */
@media (min-width: 980px) {
.navbar .nav {
visibility: hidden;
height: 0;
}
}

@media (max-width: 979px) {
/* accesshide header title */
.navbar .brand {
position: absolute;
left: -10000px;
font-size: 1em;
font-weight: normal;
}

.navbar .nav > li > a:hover {
color: #000;
}

.navbar .nav-collapse.in {
background-color: #052049;
}

.navbar .nav li.dropdown > a:hover .caret {
border-top-color: #000;
border-bottom-color: #000;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
background: none;
color: #000;
background-color: #ededee !important;
}

.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
color: #fff;
}
}

/* user menu */
.jsenabled .usermenu .moodle-actionmenu.show .menu a:hover {
Expand Down
5 changes: 3 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
*/
defined('MOODLE_INTERNAL') || die;

$plugin->version = 2017062700;
$plugin->version = 2017070300;
$plugin->requires = 2016112900;
$plugin->release = 'v2.0.0-rc4';
$plugin->release = 'v2.0.0';
$plugin->component = 'theme_ucsf';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'theme_bootstrapbase' => 2016112900,
'theme_clean' => 2016112900,
Expand Down

0 comments on commit ed9b3b8

Please sign in to comment.