-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
32 lines (27 loc) · 1.16 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
Theme Name: OpenLab Oneonta
Description: Child theme of Commons in a Box OpenLab. Created to disable the login boxes on the front page and other modifications for SUNY Oneonta's OpenLab
Author: Ed Beck
Author URI: https://ed-beck.com
Template: openlab-theme
Version: 1.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Fix text outline on front page slider */
.home-page .row-home-top .slider .camera_content h2, .home-page .row-home-top .slider .camera_content p {
text-shadow: 2px 2px 2px #000000;
}
/* important!!! Hide random passwords on register page */
#basic-details-section > div.form-group.hide-random-password {
display: none; !important
}
/* Disable Account Settings Page to remove password change and email change options */
#settings-form #email {
pointer-events: none;
background-color: #eeeeee;
opacity: 1;
}
#settings-form > div.panel.panel-default > div.panel-body > div.form-group.settings-section.current-pw-section, #settings-form > div.panel.panel-default > div.panel-body > div.form-group.settings-section.change-pw-section, #settings-form > div.submit {
display: none;
}