2008-10-08 23:54:28 +00:00
|
|
|
body {
|
2008-10-17 03:02:42 +00:00
|
|
|
background-color: #def;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0
|
2008-10-08 23:54:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body, td, div, li, p, span {
|
|
|
|
font-family: tahoma, verdana, arial, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2008-10-17 02:46:17 +00:00
|
|
|
h1, h2 {
|
2008-10-17 03:02:42 +00:00
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#top {
|
|
|
|
background-color: #bbd;
|
|
|
|
border-bottom: solid #335 2px;
|
|
|
|
height: 35px
|
2008-10-16 02:35:16 +00:00
|
|
|
}
|
|
|
|
|
2008-10-08 23:54:28 +00:00
|
|
|
div#form-holder {
|
|
|
|
text-align: center
|
|
|
|
}
|
|
|
|
|
|
|
|
input#analyze-code-button {
|
2008-10-16 02:35:16 +00:00
|
|
|
width: 750px;
|
2008-10-08 23:54:28 +00:00
|
|
|
padding: 5px;
|
2008-10-16 02:35:16 +00:00
|
|
|
margin-top: 5px;
|
2008-10-08 23:54:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#loading {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
2008-10-11 22:07:44 +00:00
|
|
|
border-left: solid #aaa 1px;
|
|
|
|
margin-bottom: 10px;
|
2008-10-08 23:54:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td, th {
|
|
|
|
border-right: solid #aaa 1px
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 0 3px
|
|
|
|
}
|
|
|
|
|
2008-10-11 22:07:44 +00:00
|
|
|
td.token,
|
|
|
|
td.module {
|
2008-10-08 23:54:28 +00:00
|
|
|
text-align: center;
|
|
|
|
font-weight: bold
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.enabled {
|
|
|
|
background-color: #bfb
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
padding: 0 15px
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.disabled {
|
|
|
|
background-color: #fbb
|
|
|
|
}
|
|
|
|
|
|
|
|
th.filter {
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
|
|
|
|
th.is-filtering {
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
2008-10-16 02:35:16 +00:00
|
|
|
textarea#source {
|
|
|
|
width: 750px;
|
|
|
|
height: 250px;
|
2008-10-17 02:46:17 +00:00
|
|
|
background: white url(php_goes_here-crushed.png) center center no-repeat;
|
2008-10-16 02:35:16 +00:00
|
|
|
}
|
|
|
|
|
2008-10-08 23:54:28 +00:00
|
|
|
div#footer {
|
|
|
|
text-align: center;
|
|
|
|
color: #555;
|
2008-10-16 02:35:16 +00:00
|
|
|
font-style: oblique;
|
|
|
|
border-top: solid #555 1px;
|
|
|
|
padding-top: 5px;
|
|
|
|
margin-top: 5px
|
2008-10-08 23:54:28 +00:00
|
|
|
}
|
|
|
|
|
2008-10-17 03:26:01 +00:00
|
|
|
div#footer p {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
2008-10-08 23:54:28 +00:00
|
|
|
span.ignore-code-holder {
|
|
|
|
font-family: monospace
|
2008-10-16 02:35:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#processing, div#code-announcement {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold
|
|
|
|
}
|
|
|
|
|
|
|
|
div#code-announcement {
|
|
|
|
border-bottom: solid #555 1px;
|
|
|
|
margin-bottom: 5px
|
2008-10-17 03:02:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#output {
|
|
|
|
padding: 10px;
|
2008-10-08 23:54:28 +00:00
|
|
|
}
|