/usr/share/javascript/rebar/css/guide.css is in libjs-rebar 0.3.2~dfsg1-3.
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 | /**
* @description guide styles
*/
div.doc-section {
margin: 30px 0;
}
.img-filler {
width: 100%;
height: 113px;
border: 1px solid #999;
}
.hidden-code a {
font-size: 12px;
color: #999;
}
.hidden-code > div {
display: none;
}
/* --- example grid --- */
#grid .example-grid {
overflow: hidden;
}
#grid .example-grid .row div {
background: #ddd;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-align: center;
text-transform: uppercase;
color: #555;
font-size: 12px;
font-weight: bold;
line-height: 25px;
}
#grid .example-grid .row div:hover {
background: #bbb;
color: #333;
}
/* --- boxes --- */
#boxes div.boxes-outer {
background: #e9e9e9;
}
#boxes div.boxes-outer:hover {
background: #d6d6d6;
}
.post-button-note, .post-button-note a {
font-size: 11px;
color: #999;
}
/* --- buttons --- */
#buttons a,
#buttons input,
#buttons button {
margin-right: 20px;
}
#icons li {
margin-bottom: 20px;
}
#icons span {
font-size: 30px;
line-height: 30px;
position: relative;
top: 7px;
left: 0px;
margin-right: 10px;
}
/* --- color palate --- */
.color-palate-item {
width: 120px;
height: 150px;
margin: 0px 20px 20px 0px;
float: left;
font-size: 12px;
font-weight: bold;
text-align: center;
padding-top: 25px;
cursor: pointer;
}
/* --- gist --- */
.gist-meta {
display: none !important;
}
|