Main Page

Difference between revisions of "User:SynthSy/tweeki-white-theme.css"

From Arks-Visiphone
Jump to navigation Jump to search
(Replaced content with ".btn, .btn:hover { border-color: rgba(0, 0, 0, 0.6); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }")
Line 1: Line 1:
.btn,
+
.btn-primary {
.btn:hover {
+
    background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
  border-color: rgba(0, 0, 0, 0.6);
+
    background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
+
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d));
 +
    background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
 +
    background-repeat: no-repeat;
 +
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
 +
    -webkit-filter: none;
 +
    filter: none;
 +
}
 +
.btn, .btn:hover {
 +
    border-color: rgba(0, 0, 0, 0.6);
 +
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
 +
}
 +
 
 +
.btn-primary {
 +
    color: #ffffff;
 +
    background-color: #7a8288;
 +
    border-color: #7a8288;
 +
}
 +
 
 +
.btn-default {
 +
    background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
 +
    background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
 +
    background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
 +
    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
 +
    background-repeat: no-repeat;
 +
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
 +
    -webkit-filter: none;
 +
    filter: none;
 +
}
 +
 
 +
.wikitable > thead > tr > th, .wikitable > tbody > tr > th, .wikitable > tfoot > tr > th, .wikitable > thead > tr > td, .wikitable > tbody > tr > td, .wikitable > tfoot > tr > td {
 +
    background-color: #1c1e22;
 +
    border: 1px solid #0c0d0e;
 +
    border-radius: 1px;
 +
    border-width: 1px 1px 1px;
 
}
 
}

Revision as of 19:08, 3 March 2018

.btn-primary {
    background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
    background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d));
    background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
    -webkit-filter: none;
    filter: none;
}
.btn, .btn:hover {
    border-color: rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.btn-primary {
    color: #ffffff;
    background-color: #7a8288;
    border-color: #7a8288;
}

.btn-default {
    background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
    background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
    -webkit-filter: none;
    filter: none;
}

.wikitable > thead > tr > th, .wikitable > tbody > tr > th, .wikitable > tfoot > tr > th, .wikitable > thead > tr > td, .wikitable > tbody > tr > td, .wikitable > tfoot > tr > td {
    background-color: #1c1e22;
    border: 1px solid #0c0d0e;
    border-radius: 1px;
    border-width: 1px 1px 1px;
}