tablesorter/docs/css/jq.css

83 lines
5.1 KiB
CSS
Raw Normal View History

2013-02-24 06:53:19 +00:00
body,div,h1 {font-family:'trebuchet ms', verdana, arial;margin:0;padding:0;}
body {background-color:#fff;color:#333;margin:0;padding:0;}
2013-03-26 21:16:13 +00:00
h1,h2 {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;margin:0;}
h1 {font-size:large;font-weight:400;}
h2 {color:#333;font-size:small;font-weight:400;}
h3 {color:#444;}
2013-11-14 02:11:23 +00:00
kbd {margin:0px 0.1em; padding:0.1em 0.6em;border-radius: 3px;border: 1px solid rgb(204, 204, 204);color: rgb(51, 51, 51);line-height: 1.4;font-family: Arial,Helvetica,sans-serif;font-size: 10px;display: inline-block;box-shadow: 0px 1px 0px rgba(0,0,0,0.2), inset 0px 0px 0px 2px #ffffff;background-color: rgb(247, 247, 247);-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;-moz-border-radius: 3px;-webkit-border-radius: 3px;text-shadow: 0 1px 0 #fff;}
2013-02-24 06:53:19 +00:00
.demo {width:600px;margin:20px auto;}
.demo h1,.demo h1 a {font-size:120%;text-align:center;text-decoration:none;color:#000;}
.demo p,.center {text-align:center;}
.demo table.tablesorter {font-size:14px;}
2013-10-07 01:18:44 +00:00
table td.info { background: #eee; }
2013-02-24 06:53:19 +00:00
table.info {border:#000 1px solid;border-collapse:collapse;margin:10px 0 0 10px;}
table.tablesorter table.info tbody th,table.tablesorter table.info td {border:#000 1px solid;}
table.tablesorter table.info tbody th {background:#eee;}
table.options {width:100%;}
table.options pre {width:95%;}
table.options .property {width:115px;}
table.options .type {width:80px; }
table.options .defaults {width:200px;}
table.options .examples {width:60px;}
2012-09-27 19:57:19 +00:00
table.compatibility { width: 50%; float: right; font-size: .8em; margin-left: 20px; }
table.compatibility th,table.compatibility td { text-align: center; padding: 2px; }
2013-02-24 06:53:19 +00:00
pre,#display {overflow-x:auto;padding:15px;border:1px solid #ddd;border-left-width:5px;}
pre,#display {background-color:#eee;font-size:small;list-style:none;}
pre.prettyprint {padding:5px;}
2013-02-24 06:53:19 +00:00
code {background-color: #e6e6e6; padding: 1px 5px;}
2012-09-27 19:57:19 +00:00
a code {text-decoration:underline;}
2013-02-24 06:53:19 +00:00
pre.normal {background-color:transparent;border:none;border-left-width:0;overflow-x:auto;}
#logo {background:url(images/jq.png);display:block;float:right;height:31px;margin-right:10px;margin-top:10px;width:110px;}
#main {margin:0 20px 20px;padding:0 15px 15px 0;clear:both;}
#content {padding:20px;}
#busy {background-color:#e95555;border:1px ridge #ccc;color:#eee;display:none;padding:3px;position:absolute;right:7px;top:7px;}
#start,#case,.bright {color:#007baa;}
2013-02-24 06:53:19 +00:00
#demo strong {color:#a00;}
hr {height:1px;}
2013-11-08 08:43:57 +00:00
ul {list-style:square;}
2013-02-24 06:53:19 +00:00
#banner {margin:20px 20px 5px 20px;padding:0;text-align:left;}
#banner *,.demo h1,.demo h1 em {color:#232121;font-family:Georgia, Palatino, Times New Roman;font-size:30px;font-style:normal;font-weight:400;margin:0;padding:0;}
#banner h1 {display:block;float:left;}
#banner h1 em,.demo h1 em {color:#6cf;}
#banner h2 {float:right;font-size:26px;margin:10px 10px -10px -10px;}
#root #banner h2 { margin-right: 100px; }
2013-02-24 06:53:19 +00:00
#banner h3 {clear:both;display:block;font-size:12px;margin-top:-20px;border-bottom:1px solid #888;}
#banner a {display:block;font-size:14px;margin:5px 0 0;padding:10px 0 0;float:right;}
2013-11-16 07:01:26 +00:00
.github-btn {border:0;overflow:hidden;vertical-align: middle;}
2013-02-24 06:53:19 +00:00
a.external {background-image:url(../img/external.png);background-position:center right;background-repeat:no-repeat;padding-right:12px;}
form {font-size:10pt;margin-bottom:20px;width:auto;}
form fieldset {padding:10px;text-align:left;width:140px;}
div#main h1 {border-bottom:1px solid #cdcdcd;display:block;padding:4px 0 2px;}
2011-06-22 23:19:27 +00:00
table#tablesorter-demo {margin: 10px 0 0 0;}
table, p.small,.smallcode code {font-size:small;}
2012-03-07 18:06:35 +00:00
p.small {padding-left: 25px;}
2013-11-25 14:39:30 +00:00
p.tip em, div.tip em,.label-info {padding: 2px; background-color: #5bc0de; color: #fff; border-radius: .25em;}
2013-11-19 19:46:59 +00:00
.label { padding: 0.1em 0.6em 0.1em; font-size: 75%; color: #fff; border-radius: .25em; }
span.tip em, .label-success { background-color: #5cb85c; }
span.tip.old em, .label-default { background-color: #999; }
2013-05-27 13:38:55 +00:00
span.warn em { background-color: #ce5300; }
tr td.lookhere, span.lookhere { background-color: rgba(230,191,153,0.5); }
.ui-slider .ui-slider-handle { width: 0.8em; height: 0.8em; }
2011-07-17 15:01:18 +00:00
div.digg {float: right;}
2011-10-11 05:48:34 +00:00
.next-up { padding-top: 10px; font-size: 90%; }
2012-09-27 19:57:19 +00:00
.narrow-block { width: 50%; margin: 50px auto; }
2011-10-14 01:57:46 +00:00
.spacer { height: 800px; }
2012-03-12 23:33:56 +00:00
.right { text-align:right; }
2011-10-14 01:57:46 +00:00
#pager-demo th.remove { width: 20px; } /* pager demo */
#pager-demo button.remove { width: 20px; height: 20px; font-size: 10px; color: #800; }
2012-05-08 18:13:21 +00:00
.box { width: 48%; min-width: 300px; float: left; padding: 0 1%; }
2013-11-16 07:01:26 +00:00
td a.alert { color: #a00; padding: 0; }
span.alert { padding: 1px 3px; }
2012-03-07 18:06:35 +00:00
.hidden { display: none; }
2013-03-27 23:13:44 +00:00
.results { color: red; }
2012-04-23 19:24:45 +00:00
.clear { clear: both; }
2012-09-27 19:57:19 +00:00
.bootstrap_buttons button { margin: 5px 0 0 0; }
#main .ui-accordion-header a { font-size: 14px; margin-left: 24px; }
2013-02-17 19:23:36 +00:00
#main .ui-accordion-content { font-size: 14px; }
2013-10-07 01:18:44 +00:00
.remark, .error { font-weight: bold; color: red; font-size: 18px; }
2013-03-26 21:16:13 +00:00
#group #slider0,#group #slider1,#group #slider2 { width: 100px; height: 3px; font-size: 0.8em; display: inline-block; margin-left: 10px; }
2013-11-19 19:46:59 +00:00
#group .demo-label { display: inline-block; min-width: 120px; }
2013-02-17 19:23:36 +00:00
@media all and (max-width: 650px) {
table.compatibility { float: none; }
2013-11-16 07:01:26 +00:00
}