2015-05-26 16:41:06 +02:00
|
|
|
.wdiff ins {
|
|
|
|
background-color: #dbffdb;
|
2015-02-06 16:46:55 +01:00
|
|
|
}
|
|
|
|
|
2015-05-26 16:41:06 +02:00
|
|
|
.wdiff del {
|
|
|
|
background-color: #f8cbcb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-pre {
|
|
|
|
font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 5px;
|
|
|
|
width: auto;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-well {
|
|
|
|
min-height: 20px;
|
|
|
|
padding: 19px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
//background-color: #f5f5f5;
|
|
|
|
border: 1px solid #e3e3e3;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
2015-02-06 16:46:55 +01:00
|
|
|
}
|
|
|
|
|
2015-04-12 08:42:47 +02:00
|
|
|
#docA, #docB {
|
2015-02-06 16:46:55 +01:00
|
|
|
resize: vertical;
|
|
|
|
min-height: 600px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#banner {
|
|
|
|
border-bottom: none;
|
|
|
|
margin-top: -20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#banner h1 {
|
|
|
|
font-size: 60px;
|
|
|
|
line-height: 1;
|
|
|
|
letter-spacing: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hero-unit {
|
|
|
|
position: relative;
|
|
|
|
padding: 30px 15px;
|
|
|
|
color: #F5F5F5;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
background: #4393B9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
text-align: center;
|
|
|
|
padding: 30px 0;
|
|
|
|
margin-top: 70px;
|
|
|
|
border-top: 1px solid #E5E5E5;
|
2015-04-12 08:42:47 +02:00
|
|
|
}
|