Skip to content

Instantly share code, notes, and snippets.

@galaydaroman
Last active February 24, 2016 09:29
Show Gist options
  • Select an option

  • Save galaydaroman/ac778a38f81aa628cdce to your computer and use it in GitHub Desktop.

Select an option

Save galaydaroman/ac778a38f81aa628cdce to your computer and use it in GitHub Desktop.
My Stylish
/*
.inner .main-body { padding: 0 15px 10px; }
body { overflow: hidden; }
.inner .build-output .detail { padding: 0; }
*/
.detail-wrapper pre.output {
font-size: 11px !important;
}
.container-view > .type-test + .type-test + .type-test .detail-wrapper pre.output .pre,
.container-view > .type-test + .type-test + .type-test .detail-wrapper pre.output > span:last-child {
font-size: 11px !important;
white-space: pre !important;
word-wrap: normal !important;
word-break: normal !important;
}
.test-results,
.build-output .action_header .header .command {
font-size: 0.9em;
font-weight: 400;
}
header.main-head .breadcrumb {
font-size: larger;
}
footer.footer {
padding-bottom: 0;
background: none;
}
footer.main-foot .container .row {
overflow: hidden;
height: 20px;
}
/* https://circle-artifacts.com/gh */
.dataTables_wrapper { overflow: hidden; }
.dataTables_wrapper table.file_list {
overflow: hidden;
table-layout: fixed;
width: 100%;
}
table.file_list thead th:first-child {
width: 55% !important;
}
table.file_list thead th:nth-child(n+2) {
width: auto !important;
}
table.file_list tr > td:first-child {
overflow-x: hidden;
text-overflow: ellipsis;
}
.issues-listing .table-list-issues .labels {
float: right;
}
.issues-listing .table-list-issues .issue-pr-status {
float: left;
}
.gist-with-sidebar.with-full-navigation {
padding-right: 0 !important;
}
.issue-title .issue-title-link {
font-size: small;
}
.issue-title .issue-nwo-link {
position: absolute;
right: 8px;
bottom: 4px;
font-size: smaller;
visibility: hidden;
}
.table-list-item:hover .issue-title .issue-nwo-link,
.table-list-item:focus .issue-title .issue-nwo-link {
visibility: visible;
}
video::-webkit-media-controls-panel {
display: flex !important;
opacity: 1 !important;
}
video[name] {
min-width: 650px;
}
body.init.default-theme.des-mat > #lga {
display: none;
}
body.init.default-theme.des-mat > #lga + form#f {
visibility: hidden;
display: none;
}
body.init.default-theme.des-mat #mv-tiles {
width: 700px !important;
height: 450px;
}
body.init.default-theme.des-mat #mv-tiles:before {
content: "Lets start mr. Kaufmann!";
text-align: center;
font-size: 20px;
font-weight: bold;
}
table.vertically-top tbody td:first-child,
table.vertically-top tbody td:nth-child(3),
table.vertically-top tbody td:nth-child(4) {
font-size: smaller;
}
table.vertically-top tbody td:nth-child(5) {
display: table-cell;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment