xaizek / fragile (License: AGPLv3+) (since 2018-12-07)
Simple lightweight CI, attempting to be somewhat Unix-like in its philosophy.
<root> / style.css (224f36b5761cc116ccca658b3e6d6a9749a27b8d) (2,826B) (mode 100644) [raw]
h3
{
    text-align: center;
}

header, footer
{
    background-color: #C7364E;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    font-size: 14pt;
    color: white;
}

hr
{
    color: #C7364E;
    background-color: #C7364E;
    border: 0;
    height: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

header
{
    margin-top: 10px;
    margin-bottom: 25px;
}

footer
{
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: right;
}

table.dashboard
{
    margin: 1em auto;
}

tr, td
{
    padding: 2px 4px;
}

div.infobar
{
    margin-left: 15px;
    margin-top: -9px;
    margin-bottom: 15px;
}

span.infocell
{
    margin-right: 10px;
    padding: 5px 8px;
    background-color: #FFD0C0;
}

span.infotitle
{
    font-weight: bold;
}

span.errors, span.warnings
{
    font-weight: bold;
}

pre
{
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: -15px;
    white-space: pre-wrap;
}

span.menu
{
    margin-left: -5px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
}

span.menu:hover
{
    background-color: #A62D41;
}

span.menu a, span.menu a:hover, span.title a, span.title a:hover, footer a
{
    color: white;
    text-decoration: none;
}

span.title
{
    float: right;
}

.build_absent a, .build_pending a, .build_running a, .build_success a,
.build_failure a, .build_error a
{
    color: white;
    display: block;
    text-decoration: none;
}

.build_absent, .build_pending, .build_running, .build_success, .build_failure,
.build_error
{
    width: 20ex;
    text-align: center;
    font-weight: bold;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
    font-family: Sans-Serif;
    letter-spacing: 2px;
}

.build_absent
{
    background-color: white;
    color: #666666;
}

.build_pending
{
    background-color: #0F6785;
}

.build_running
{
    background-color: #40ADAC;
}

.build_success
{
    background-color: #71D964;
}

.build_failure
{
    background-color: #F03E41;
}

.build_error
{
    background-color: red;
}

.revision
{
    text-align: center;
    font-family: Monospace;
    font-size: 130%;
}

.name
{
    white-space: nowrap;
    font-size: 0.85em;
    font-weight: bold;
}

pre span.error-title
{
    color: white;
    background-color: red;
    font-weight: bold;
    padding: 1px;
}

pre span.error-msg
{
    color: red;
    font-weight: bold;
}

pre span.warning-title
{
    color: black;
    background-color: yellow;
    font-weight: bold;
    padding: 1px;
}

pre span.warning-msg
{
    font-weight: bold;
}

div.buildreport
{
    margin-left: 15px;
}

div.buildreport a, div.buildreport a:hover
{
    color: black;
}

div.buildreport a:hover
{
    color: #555;
}

div ol
{
    margin-top: 5px;
    margin-bottom: 10px;
}
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/fragile

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/fragile

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master