mirror of https://github.com/wekan/wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
189 lines
2.6 KiB
189 lines
2.6 KiB
body {
|
|
font-family: sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.left {
|
|
text-align: left;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
transition: color 0.2s, border 0.2s;
|
|
}
|
|
|
|
a:hover {
|
|
color: #004F6D;
|
|
}
|
|
|
|
header {
|
|
max-width: 1024px;
|
|
margin: auto;
|
|
}
|
|
|
|
nav {
|
|
margin: 0;
|
|
padding: 15px 0 10px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
border-bottom: 1px solid #F2F2F2;
|
|
}
|
|
|
|
nav a {
|
|
display: inline-block;
|
|
margin: 0 20px;
|
|
line-height: 2em;
|
|
text-transform: uppercase;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.brand {
|
|
margin: 0px auto 0px;
|
|
max-width: 474px;
|
|
}
|
|
|
|
.brandtext {
|
|
margin: 20px auto 0px;
|
|
max-width: 474 px;
|
|
}
|
|
|
|
.brand img {
|
|
width: 100%;
|
|
}
|
|
|
|
.brand .sub-title {
|
|
font-size: 0.7em;
|
|
margin-top: 0px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.action-buttons {
|
|
margin: 0 0 60px;
|
|
}
|
|
|
|
.powered-by table {
|
|
text-align: center;
|
|
}
|
|
|
|
.powered-by td {
|
|
border: 0;
|
|
padding: 20px;
|
|
spacing: 0;
|
|
width: 80px;
|
|
height: 80px;
|
|
text-align: center;
|
|
vertial-align: middle;
|
|
}
|
|
|
|
.action-buttons .button {
|
|
padding: 12px;
|
|
border: 2px solid #004F6D;
|
|
margin: 0 5px;
|
|
border-radius: 3px;
|
|
font-size: 1.1em;
|
|
line-height: 3.5em;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.action-buttons .button:hover {
|
|
background-color: #EEE;
|
|
border-color: green;
|
|
}
|
|
|
|
.action-buttons .button .version-number {
|
|
display: inline-block;
|
|
margin-left: 4px;
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
.screenshot-banner1 {
|
|
margin-bottom: 100px;
|
|
padding: 0 7%;
|
|
background-color: #ECECEC;
|
|
}
|
|
|
|
.screenshot-banner {
|
|
margin-bottom: 200px;
|
|
padding: 0 7%;
|
|
background-color: #ECECEC;
|
|
}
|
|
|
|
.screenshot-banner img {
|
|
position: relative;
|
|
margin-top: -71px;
|
|
max-width: 100%;
|
|
margin-bottom: -71px;
|
|
}
|
|
|
|
|
|
.screenshot-banner1 img {
|
|
position: relative;
|
|
margin-top: -30px;
|
|
max-width: 100%;
|
|
margin-bottom: -71px;
|
|
}
|
|
|
|
.hof {
|
|
color: #000;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.hof table {
|
|
border-collapse: collapse;
|
|
margin-left: 5%;
|
|
width: 90%;
|
|
color: #000;
|
|
background-color: #fff;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.hof td, th {
|
|
border: 1px solid #ddd;
|
|
padding: 8px;
|
|
}
|
|
|
|
.hof td,th {
|
|
border: 0px;
|
|
padding: 8px;
|
|
}
|
|
|
|
.hof th a {
|
|
color: #165ccc;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*
|
|
th a:hover {
|
|
color: #fff;
|
|
background-color: #165ccc;
|
|
text-decoration: underline;
|
|
}
|
|
*/
|
|
|
|
.hof tr a {
|
|
color: #165ccc;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.hof tr a:hover {
|
|
color: #fff;
|
|
background-color: #165ccc;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.hof tr:nth-child(even){background-color: #f2f2f2;}
|
|
|
|
/*
|
|
tr:hover {background-color: #ddd;}
|
|
*/
|
|
|
|
.hof th {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
background-color: #4CAF50;
|
|
color: white;
|
|
}
|
|
|