Created
October 26, 2017 04:15
-
-
Save marisqaporter/80932d800b7d0b701b5a76e205a3d854 to your computer and use it in GitHub Desktop.
global.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* edit css 10-25-2017 mgp */ | |
header#navbar { | |
display: none; | |
} | |
body header.roomify-header { | |
border-color: #e7e7e7; | |
display: none; | |
} | |
body.adminimal-skin-material #branding h1.page-title { | |
font-family: Roboto, sans-serif; | |
font-size: 28px; | |
font-weight: 400; | |
line-height: 1.5em; | |
padding: 0px 0px 8px; | |
display: none; | |
} | |
/*mgp*/ | |
.fc-event .fc-bg { | |
background: #0097A7; | |
} | |
/* table at top of calendar that was empty - remove */ | |
body.adminimal-skin-material table.table, body.adminimal-skin-material table.views-table { | |
border: 1px solid rgba(221, 221, 221, 0.78) !important; | |
display: none; | |
} | |
/* remove dumb green button */ | |
.fc-toolbar .fc-right { | |
display: none; | |
} | |
body.adminimal-theme #page h1.page-title, body.page-user #page h1.page-title, body.page-admin #page h1.page-title { | |
color: white; | |
font-weight: 400; | |
font-size: 32px; | |
display: none; | |
} | |
/*make the header on home page a more reasonable width, 1260 to match the others */ | |
.main-container .container { | |
max-width: 1260px !important; | |
width: 100% !important; | |
} | |
#page-header .block { | |
max-width: 100%; | |
} | |
.quota-wrapper { | |
right: 20%; | |
} | |
.dashboard-home-tab.user-dashboard-tab img { | |
height: auto; | |
width: 60%; | |
} | |
.user-dashboard-tab img { | |
height: auto; | |
width: 60%; | |
} | |
.guest-view-dashboard { | |
background: #0097A7 none repeat scroll 0 0; | |
} | |
header#navbar { | |
display: none; | |
} | |
body.adminimal-theme #page, body.page-user #page, body.page-admin #page { | |
background: #f9f9f9 !important; | |
padding: 40px; | |
} | |
.adminimal-theme #branding { | |
overflow: visible; | |
background: #f9f9f9 !important; | |
box-shadow: none !important; | |
} | |
.adminimal-theme #navigation .tabs.primary li a { | |
background: #f9f9f9 !important; | |
} | |
.adminimal-theme #navigation { | |
background-color: #f9f9f9; | |
} | |
.adminimal-theme #navigation .tabs.primary { | |
background-color:#f9f9f9 !important; | |
} | |
.adminimal-theme #branding { | |
display:none; | |
} | |
body.adminimal-theme #page, body.page-user #page, body.page-admin #page { | |
background: #f9f9f9 !important; | |
padding: 0; | |
} | |
body.adminimal-theme #page #content, body.page-user #page #content, body.page-admin #page #content { | |
padding: 40px; | |
border-radius: 4px; | |
background: #f9f9f9 !important; | |
max-width: 1260px; | |
margin: 0 auto; | |
} | |
body.adminimal-theme, body.page-user, body.page-admin { | |
background-color: #f9f9f9 !important; | |
} | |
.adminimal-theme #navigation { | |
padding-left: 40px; | |
padding-right: 40px; | |
max-width: 1260px; | |
margin: 0 auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment