1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Updated GitHub design. Still work in progress.

This commit is contained in:
EnesAlili 2016-08-25 14:24:08 +01:00
parent 288cfdbb59
commit 0a70bac5e6
7 changed files with 825 additions and 602 deletions

View file

@ -40,6 +40,56 @@
}
.section-github-render {
h3 {
margin: 40px 0;
}
table {
margin: 0px!important;
}
thead.github th {
background-color: #f8f8f8;
text-align: left;
padding: 4px 30px;
font-family: "open_sanssemibold";
border-bottom: 1px solid #e1e1e1 !important;
}
tbody.github td {
border: none !important;
border-bottom: 1px solid #e1e1e1 !important;
padding: 15px 30px !important;
}
table.milestone-table {
td a.link {
font-size: 18px;
}
td span.milestone {
color: #3c3c3c;
font-size: 18px;
}
progress[value] {
background-color: #eeeeee;
border-radius: 3px;
height: 10px;
width: 50%;
}
}
.github-avatar {
float: left;
margin-right: 20px;
}
.github-avatar img {
border-radius: 4px;
}
.github-issue-label {
font-size: 11px;
color: white;
@ -49,8 +99,80 @@
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
display: inline-block;
line-height: 22px;
}
table.issue-table {
td a.link {
font-size: 18px;
}
td span.milestone {
color: #3c3c3c;
font-size: 18px;
}
li.github-commit-item {
display: block;
width: 95%;
font-size: 12px;
color: #999;
> .link {
color: #999;
> .github-avatar {
float: left;
margin-right: 15px;
margin-top: 2px;
}
> .issue-avatar {
float: left;
margin-right: 15px;
margin-top: 10px;
}
> .github-commit-body {
margin: 0px;
padding: 0px;
> .github-commit-title {
color: #4e575b;
text-decoration: none;
font-size: 13px;
font-weight: 600;
line-height: 22px;
margin: 0;
padding: 0px;
overflow: hidden;
text-overflow: ellipsis;
width: 90%;
.label-name {
font-size: 16px;
margin: 0 10px 0 0;
}
}
> .github-commit-meta {
font-weight: normal;
color: #767676;
font-size: 14px;
margin: 0px;
padding: 0px;
width: 90%;
}
}
}
}
}
/*
.github-board {
width: 100%;
white-space: nowrap;
@ -144,5 +266,5 @@
}
}
}
}
} */
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB