mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-16 02:50:40 +00:00
Add prototype
This commit is contained in:
9067
vre_www/website/css/materialize.css
vendored
Normal file
9067
vre_www/website/css/materialize.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
13
vre_www/website/css/materialize.min.css
vendored
Normal file
13
vre_www/website/css/materialize.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
43
vre_www/website/css/style.css
Normal file
43
vre_www/website/css/style.css
Normal file
@ -0,0 +1,43 @@
|
||||
body {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
main {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
.tabs .tab {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tabs .tab a {
|
||||
color: rgba(0,0,0,0.87);
|
||||
}
|
||||
|
||||
.tabs .tab a:hover {
|
||||
background-color: #eceff1;
|
||||
color: rgba(0,0,0,0.87);
|
||||
}
|
||||
|
||||
.tabs .tab a.active, .tabs .tab a:focus.active {
|
||||
background-color: #fff;
|
||||
color: rgba(0,0,0,0.87);
|
||||
}
|
||||
|
||||
.tabs .indicator {
|
||||
background-color: #455a64;
|
||||
}
|
||||
|
||||
.no-padding {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.overflow-hidden {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.overflow-visible {
|
||||
overflow: visible;
|
||||
}
|
Reference in New Issue
Block a user