mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 18:24:21 +01:00
style: format
This commit is contained in:
70
css/21.css
70
css/21.css
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Georgia, serif;
|
font-family: Georgia, serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@@ -10,8 +9,8 @@ body {
|
|||||||
padding: 30px;
|
padding: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs.nav-stacked > li > a:hover {
|
.nav-tabs.nav-stacked>li>a:hover {
|
||||||
border: none!important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-unit h1 {
|
.hero-unit h1 {
|
||||||
@@ -47,13 +46,13 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
padding: 10px!important;
|
padding: 10px !important;
|
||||||
background: #F6f6f6!important;
|
background: #F6f6f6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
p > code {
|
p>code {
|
||||||
color: #000;
|
color: #000;
|
||||||
padding:2px;
|
padding: 2px;
|
||||||
margin: 0 3px;
|
margin: 0 3px;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
}
|
}
|
||||||
@@ -75,16 +74,46 @@ p > code {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-custom { background-color: hsl(29, 29%, 40%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#af8d6e", endColorstr="#836548"); background-image: -khtml-gradient(linear, left top, left bottom, from(#af8d6e), to(#836548)); background-image: -moz-linear-gradient(top, #af8d6e, #836548); background-image: -ms-linear-gradient(top, #af8d6e, #836548); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af8d6e), color-stop(100%, #836548)); background-image: -webkit-linear-gradient(top, #af8d6e, #836548); background-image: -o-linear-gradient(top, #af8d6e, #836548); background-image: linear-gradient(#af8d6e, #836548); border-color: #836548 #836548 hsl(29, 29%, 36%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26); -webkit-font-smoothing: antialiased; }
|
.btn-custom {
|
||||||
|
background-color: hsl(29, 29%, 40%) !important;
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#af8d6e", endColorstr="#836548");
|
||||||
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#af8d6e), to(#836548));
|
||||||
|
background-image: -moz-linear-gradient(top, #af8d6e, #836548);
|
||||||
|
background-image: -ms-linear-gradient(top, #af8d6e, #836548);
|
||||||
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af8d6e), color-stop(100%, #836548));
|
||||||
|
background-image: -webkit-linear-gradient(top, #af8d6e, #836548);
|
||||||
|
background-image: -o-linear-gradient(top, #af8d6e, #836548);
|
||||||
|
background-image: linear-gradient(#af8d6e, #836548);
|
||||||
|
border-color: #836548 #836548 hsl(29, 29%, 36%);
|
||||||
|
color: #fff !important;
|
||||||
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-github { background-color: hsl(29, 0%, 29%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#727272", endColorstr="#494949"); background-image: -khtml-gradient(linear, left top, left bottom, from(#727272), to(#494949)); background-image: -moz-linear-gradient(top, #727272, #494949); background-image: -ms-linear-gradient(top, #727272, #494949); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #727272), color-stop(100%, #494949)); background-image: -webkit-linear-gradient(top, #727272, #494949); background-image: -o-linear-gradient(top, #727272, #494949); background-image: linear-gradient(#727272, #494949); border-color: #494949 #494949 hsl(29, 0%, 25%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26); -webkit-font-smoothing: antialiased; }
|
.btn-github {
|
||||||
|
background-color: hsl(29, 0%, 29%) !important;
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#727272", endColorstr="#494949");
|
||||||
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#727272), to(#494949));
|
||||||
|
background-image: -moz-linear-gradient(top, #727272, #494949);
|
||||||
|
background-image: -ms-linear-gradient(top, #727272, #494949);
|
||||||
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #727272), color-stop(100%, #494949));
|
||||||
|
background-image: -webkit-linear-gradient(top, #727272, #494949);
|
||||||
|
background-image: -o-linear-gradient(top, #727272, #494949);
|
||||||
|
background-image: linear-gradient(#727272, #494949);
|
||||||
|
border-color: #494949 #494949 hsl(29, 0%, 25%);
|
||||||
|
color: #fff !important;
|
||||||
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
ul.thumbnails li {
|
ul.thumbnails li {
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content h1, .content h2, .content h3,
|
.content h1, .content h2, .content h3,
|
||||||
{
|
{
|
||||||
font-family: Garamond, 'Garamond classico', Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
|
font-family: Garamond, 'Garamond classico', Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -129,7 +158,7 @@ h3:hover .headerlink {
|
|||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs.nav-stacked > li > a {
|
.nav-tabs.nav-stacked>li>a {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -167,6 +196,7 @@ h3:hover .headerlink {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-donate .k-donate-buttons {
|
.k-donate .k-donate-buttons {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
@@ -181,15 +211,18 @@ h3:hover .headerlink {
|
|||||||
float: left;
|
float: left;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-flattr:hover {
|
.k-flattr:hover {
|
||||||
background-position: 0 -22px;
|
background-position: 0 -22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-flattr span {
|
.k-flattr span {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-paypal {
|
.k-paypal {
|
||||||
display: block;
|
display: block;
|
||||||
border: none!important;
|
border: none !important;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-moz-box-shadow: none;
|
-moz-box-shadow: none;
|
||||||
@@ -199,6 +232,7 @@ h3:hover .headerlink {
|
|||||||
.k-howto {
|
.k-howto {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-big-number span {
|
.k-big-number span {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
@@ -211,36 +245,46 @@ h3:hover .headerlink {
|
|||||||
background: #69d;
|
background: #69d;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-gui .dg {
|
.k-gui .dg {
|
||||||
color: #000;
|
color: #000;
|
||||||
text-shadow: 0 1px 0 #ccc;
|
text-shadow: 0 1px 0 #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-gui .dg .c input[type="text"] {
|
.k-gui .dg .c input[type="text"] {
|
||||||
background-color: #DDD;
|
background-color: #DDD;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-gui .dg .cr.number input[type="text"] {
|
.k-gui .dg .cr.number input[type="text"] {
|
||||||
color: #356;
|
color: #356;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-gui .dg .c .slider {
|
.k-gui .dg .c .slider {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-gui .dg .c:hover .slider {
|
.k-gui .dg .c:hover .slider {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-gui .dg .close-button {
|
.k-gui .dg .close-button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-gui .dg li:not(.folder) {
|
.k-gui .dg li:not(.folder) {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-gui .dg .save-row {
|
.k-gui .dg .save-row {
|
||||||
border-radius: 6px 6px 0 0;
|
border-radius: 6px 6px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-gui .dg .save-row select {
|
.k-gui .dg .save-row select {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-gui .dg .cr.boolean:hover {
|
.k-gui .dg .cr.boolean:hover {
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
}
|
}
|
||||||
@@ -248,10 +292,12 @@ h3:hover .headerlink {
|
|||||||
.k-gui .dg .c input[type="checkbox"] {
|
.k-gui .dg .c input[type="checkbox"] {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-gui .dg .closed li.title {
|
.k-gui .dg .closed li.title {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: #e4e4e4;
|
background-color: #e4e4e4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-gui .dg .cr.number input[type="text"]:hover,
|
.k-gui .dg .cr.number input[type="text"]:hover,
|
||||||
.k-gui .dg .cr.number input[type="text"]:focus {
|
.k-gui .dg .cr.number input[type="text"]:focus {
|
||||||
color: #eee;
|
color: #eee;
|
||||||
|
|||||||
Reference in New Issue
Block a user