gentelella/production/css/datatables/css/demo_page.css

104 lines
1.8 KiB
CSS
Raw Normal View History

2015-05-19 08:25:00 +02:00
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* General page setup
*/
2016-03-06 11:44:01 +01:00
2015-05-19 08:25:00 +02:00
#dt_example {
2016-03-06 11:44:01 +01:00
font: 80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #333;
background-color: #fff;
2015-05-19 08:25:00 +02:00
}
#dt_example #container {
2016-03-06 11:44:01 +01:00
width: 800px;
margin: 30px auto;
padding: 0;
2015-05-19 08:25:00 +02:00
}
#dt_example #footer {
2016-03-06 11:44:01 +01:00
margin: 50px auto 0 auto;
padding: 0;
2015-05-19 08:25:00 +02:00
}
#dt_example #demo {
2016-03-06 11:44:01 +01:00
margin: 30px auto 0 auto;
2015-05-19 08:25:00 +02:00
}
#dt_example .demo_jui {
2016-03-06 11:44:01 +01:00
margin: 30px auto 0 auto;
2015-05-19 08:25:00 +02:00
}
#dt_example .big {
2016-03-06 11:44:01 +01:00
font-size: 1.3em;
font-weight: bold;
line-height: 1.6em;
color: #4E6CA3;
2015-05-19 08:25:00 +02:00
}
#dt_example .spacer {
2016-03-06 11:44:01 +01:00
height: 20px;
clear: both;
2015-05-19 08:25:00 +02:00
}
#dt_example .clear {
2016-03-06 11:44:01 +01:00
clear: both;
2015-05-19 08:25:00 +02:00
}
#dt_example pre {
2016-03-06 11:44:01 +01:00
padding: 15px;
background-color: #F5F5F5;
border: 1px solid #CCCCCC;
2015-05-19 08:25:00 +02:00
}
#dt_example h1 {
2016-03-06 11:44:01 +01:00
margin-top: 2em;
font-size: 1.3em;
font-weight: normal;
line-height: 1.6em;
color: #4E6CA3;
border-bottom: 1px solid #B0BED9;
clear: both;
2015-05-19 08:25:00 +02:00
}
#dt_example h2 {
2016-03-06 11:44:01 +01:00
font-size: 1.2em;
font-weight: normal;
line-height: 1.6em;
color: #4E6CA3;
clear: both;
2015-05-19 08:25:00 +02:00
}
#dt_example a {
2016-03-06 11:44:01 +01:00
color: #0063DC;
text-decoration: none;
2015-05-19 08:25:00 +02:00
}
#dt_example a:hover {
2016-03-06 11:44:01 +01:00
text-decoration: underline;
2015-05-19 08:25:00 +02:00
}
#dt_example ul {
2016-03-06 11:44:01 +01:00
color: #4E6CA3;
2015-05-19 08:25:00 +02:00
}
.css_right {
2016-03-06 11:44:01 +01:00
float: right;
2015-05-19 08:25:00 +02:00
}
.css_left {
2016-03-06 11:44:01 +01:00
float: left;
2015-05-19 08:25:00 +02:00
}
.demo_links {
2016-03-06 11:44:01 +01:00
float: left;
width: 50%;
margin-bottom: 1em;
2015-05-19 08:25:00 +02:00
}
#demo_info {
2016-03-06 11:44:01 +01:00
padding: 5px;
border: 1px solid #B0BED9;
height: 100px;
width: 100%;
overflow: auto;
2015-05-19 08:25:00 +02:00
}
#dt_example code {
2016-03-06 11:44:01 +01:00
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
padding: 2px 4px !important;
white-space: nowrap;
font-size: 0.9em;
color: #D14;
background-color: #F7F7F9;
border: 1px solid #E1E1E8;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
2015-05-19 08:25:00 +02:00
}
#dt_example div.syntaxhighlighter code {
2016-03-06 11:44:01 +01:00
padding: 0 !important;
2015-05-19 08:25:00 +02:00
}