Skip to content

Instantly share code, notes, and snippets.

@WilCF
Created November 14, 2014 21:27
Show Gist options
  • Save WilCF/1a72daa1a3e5b78912ef to your computer and use it in GitHub Desktop.
Save WilCF/1a72daa1a3e5b78912ef to your computer and use it in GitHub Desktop.
a.clean {
color:#00a6e0;
text-decoration:underline;
font-size: 20pt;
line-height: 18pt;
font-weight: 900;
}
a.clean:link { color:#00a6e0;
text-decoration:underline;
font-size: 20pt;
line-height: 18pt;
font-weight: 900;} /* unvisited link */
a.clean:visited {color:#00a6e0;} /* visited link */
a.clean:hover {color:#ffcb02;} /* mouse over link */
a.celan:active {color:#00a6e0;} /* selected link */
tbody>tr:first-child {
border: 1px solid #ddd;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
tbody>tr:nth-child(3) {
border: 1px solid #ddd;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.collapse-body.in{
padding: 9px 15px;
border-top: 1px solid #e5e5e5;
}
.collapse-group{
margin-bottom: 2px;
border: 1px solid #e5e5e5;
border-radius: 4px;
}
.gray-frame{
display: block;
padding: 20px;
margin: 0 0 0 0;
font-size: 15px;
line-height: 20px;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.cml-white {
color: white;
}
.cml-green {
color: #8CC63E;
}
.cml-black {
color: #000000;
}
.cml-orange {
color: #f05921;
}
.cml-blue {
color: #00A6E0;
}
.cml-yellow {
color: #ffcb02;
}
.background-yellow {
background-color: #ffcb02;
}
.pad_me {
padding: 0px 15px;
}
.cml-center {
text-align: center;
}
.cml-right {
text-align: right;
}
.cml-green {
color: #8CC63E;
}
div.result .title a {
color: #12C !important;
text-decoration: underline !important;
}
div.result .cite {
color: #093 !important;
}
div.search {
border: 2px solid black !important;
padding: 5px !important;
}
div.mini_search {
border: 2px solid black !important;
display: inline-block;
}
div.right_alley {
float: right !important;
width: 200px !important;
}
div.left {
float: left !important;
width: 200px !important;
}
div.right {
margin-left: 20px;
padding: 5px !important;
float: left !important;
width: 550px !important;
}
.label_term {
margin-left: 0%;
font-weight: bold;
position: inline-block;
}
.cml .cml_field .instructions {
color: #FFFFFF;
}
.cml .cml_field .required {
display: none;
}
.radios.cml_field .cml_row {
float: left;
width: 25%;
}
.cml_row_small {
width: 20%;
float: left;
}
.seventy {
width: 70%;
margin: auto;
}
.term {
font-weight: bold;
background-color: #FDFFC2;
}
.instructions_fake {
color: #333;
font-size: 90%;
}
.radios.cml_field .cml_row label:hover {
background: #FAF8CC;
/* box-shadow: 2px 2px 3px #808080; */
/* -moz-box-shadow: inset 0 0 7px #000000;
-webkit-box-shadow: inset 0 0 7px #000000;
box-shadow: inset 0 0 7px #000000; */
padding-top: 3px;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.hovers_rules {
margin: 0 0 20px;
border-radius:10px 0 0 10px;
}
.hovers_rules thead th {
font-size: 22px;
padding-bottom: 5px;
border-radius:10px 0 0 10px;
}
.hovers_rules tbody th {
font-size: 18px;
text-align: left;
background-color: #F0F0F0;
padding: 6px 20px 6px 20px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.hovers_rules tbody td {
font-size: 15px;
padding: 1px 0px 1px 10px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.padme {
padding: 5px;
}
.collapse-body.in{
padding: 9px 15px;
border-top: 1px solid #e5e5e5;
}
.collapse-header {
display: block;
padding: 8px 15px;
background-color: #4c4c4e;
text-color: white;
cursor: pointer;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px
}
.text-center {
text-align: center !important;
}
alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcefd4;border:1px solid #fae1c6;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment