/usr/share/doc/slurm-wlm-doc/html/slurm.css is in slurm-wlm-doc 17.11.2-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 | body:before {
background: #FCFCFC;
}
/* ELEMENT: Slurm Logo */
/* ---------------------------- */
.slurm-logo {
display: block;
width: 100%;
height: 0;
padding-top: 91.8%;
background: url("slurm_logo.png") no-repeat 0 0;
background-size: contain;
text-indent: -99999em;
}
/* ELEMENT: Slurm Title */
/* ---------------------------- */
.slurm-title {
display: none;
max-width: 200px;
margin: 0 auto 12px;
text-align: center;
}
.slurm-title__version {
color: #888888;
font-size: 18px;
font-weight: 600;
margin-top: .5em;
line-height: 1.2em;
font-family: 'Ubuntu', 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
/* ELEMENT: Slurm Menu */
/* ---------------------------- */
.slurm-menu__item {
margin-bottom: 27px;
}
.slurm-menu__sub {
margin-top: 9px;
}
.slurm-menu__sub li a {
text-transform: none;
letter-spacing: 0;
}
.slurm-menu__sub a {
padding: 2px 18px;
font-size: 17px;
}
/* ELEMENT: Figure */
/* ---------------------------- */
.figure {
text-align: center;
margin-bottom: 2em;
color: #555555;
}
.figure img {
margin-bottom: 0.5em;
display: inline;
}
/* ELEMENT: Google Custom Search */
/* ---------------------------- */
.slurm-search {
background: #FCFCFC;
border-bottom: 1px solid #D8D8D8;
padding: 14px 0 10px;
min-height: 70px;
}
#cse * {
box-sizing: content-box;
overflow: visible;
}
.gsc-input-box {
height: auto !important;
}
.gsc-search-button {
vertical-align: top;
}
.gsc-control-cse {
padding: 0 !important;
}
/* STRUCTURE: Masthead; */
/* ---------------------------- */
.site-masthead__title {
float: left;
}
.site-masthead__title--slurm {
width: 71px;
}
/* STRUCTURE: Site Navigation */
/* ---------------------------- */
/* Large Size */
@media screen and (min-width: 54em) {
body:after {
position: absolute;
top: 0;
width: 100%;
height: 70px;
content: "";
background: linear-gradient(to right, #F5F5F5 0, #F5F5F5 50%, #FCFCFC 50%, #FCFCFC 100%);
z-index: -1;
border-bottom: 1px solid #D8D8D8;
}
.site-header {
float: left;
width: 360px;
min-width: 360px;
z-index: 1000;
border-bottom-width: 0;
border-right-width: 1px;
background: #FCFCFC;
}
.site-masthead {
overflow: hidden;
border-bottom: 1px solid #D8D8D8;
background: #F5F5F5;
height: 70px
}
.site-masthead__title {
padding: 18px 0;
width: 130px;
margin: 0 auto;
float: none;
}
.site-masthead__title--slurm {
position: absolute;
left: -99999em;
}
.slurm-title {
display: block;
}
}
|