Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
- font-size: .813em;
- color: #222;
- background-color: #fff;
- }
- h1, h2, h3, h4, h5 {
- /*font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;*/
- font-weight: 100;
- }
- h1 {
- color: #44525e;
- margin: 15px 0 15px 0;
- }
- h2 {
- margin: 10px 5px 0 0;
- }
- h3 {
- color: #363636;
- margin: 5px 5px 0 0;
- }
- code {
- font-family: Consolas, "Courier New", courier, monospace;
- }
- body .titleerror {
- padding: 3px 3px 6px 3px;
- display: block;
- font-size: 1.5em;
- font-weight: 100;
- }
- body .location {
- margin: 3px 0 10px 30px;
- }
- #header {
- font-size: 18px;
- padding: 15px 0;
- border-top: 1px #ddd solid;
- border-bottom: 1px #ddd solid;
- margin-bottom: 0;
- }
- #header li {
- display: inline;
- margin: 5px;
- padding: 5px;
- color: #a0a0a0;
- cursor: pointer;
- }
- #header .selected {
- background: #44c5f2;
- color: #fff;
- }
- #stackpage ul {
- list-style: none;
- padding-left: 0;
- margin: 0;
- /*border-bottom: 1px #ddd solid;*/
- }
- #stackpage .details {
- font-size: 1.2em;
- padding: 3px;
- color: #000;
- }
- #stackpage .stackerror {
- padding: 5px;
- border-bottom: 1px #ddd solid;
- }
- #stackpage .frame {
- padding: 0;
- margin: 0 0 0 30px;
- }
- #stackpage .frame h3 {
- padding: 2px;
- margin: 0;
- }
- #stackpage .source {
- padding: 0 0 0 30px;
- }
- #stackpage .source ol li {
- font-family: Consolas, "Courier New", courier, monospace;
- white-space: pre;
- background-color: #fbfbfb;
- }
- #stackpage .frame .source .highlight li span {
- color: #FF0000;
- }
- #stackpage .source ol.collapsible li {
- color: #888;
- }
- #stackpage .source ol.collapsible li span {
- color: #606060;
- }
- .page table {
- border-collapse: separate;
- border-spacing: 0;
- margin: 0 0 20px;
- }
- .page th {
- vertical-align: bottom;
- padding: 10px 5px 5px 5px;
- font-weight: 400;
- color: #a0a0a0;
- text-align: left;
- }
- .page td {
- padding: 3px 10px;
- }
- .page th, .page td {
- border-right: 1px #ddd solid;
- border-bottom: 1px #ddd solid;
- border-left: 1px transparent solid;
- border-top: 1px transparent solid;
- box-sizing: border-box;
- }
- .page th:last-child, .page td:last-child {
- border-right: 1px transparent solid;
- }
- .page .length {
- text-align: right;
- }
- a {
- color: #1ba1e2;
- text-decoration: none;
- }
- a:hover {
- color: #13709e;
- text-decoration: underline;
- }
- .showRawException {
- cursor: pointer;
- color: #44c5f2;
- background-color: transparent;
- font-size: 1.2em;
- text-align: left;
- text-decoration: none;
- display: inline-block;
- border: 0;
- padding: 0;
- }
- .rawExceptionStackTrace {
- font-size: 1.2em;
- }
- .rawExceptionBlock {
- border-top: 1px #ddd solid;
- border-bottom: 1px #ddd solid;
- }
- .showRawExceptionContainer {
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .expandCollapseButton {
- cursor: pointer;
- float: left;
- height: 16px;
- width: 16px;
- font-size: 10px;
- position: absolute;
- left: 10px;
- background-color: #eee;
- padding: 0;
- border: 0;
- margin: 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement