WPScan files
This commit is contained in:
171
spec/fixtures/wp_versions/0.71-gold/layout2b.css
vendored
Executable file
171
spec/fixtures/wp_versions/0.71-gold/layout2b.css
vendored
Executable file
@@ -0,0 +1,171 @@
|
||||
/* Default WordPress by Matthew Mullenweg http://photomatt.net
|
||||
This is just a basic layout, with only the bare minimum defined.
|
||||
Please tweak this and make it your own. :)
|
||||
*/
|
||||
|
||||
a {
|
||||
color: #069;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #039;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #39c;
|
||||
}
|
||||
|
||||
acronym, abbr {
|
||||
border-bottom: 1px dashed #333;
|
||||
}
|
||||
|
||||
acronym, abbr, span.caps {
|
||||
cursor: help;
|
||||
font-size: 90%;
|
||||
letter-spacing: .07em;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 5px solid #ccc;
|
||||
margin-left: 1.5em;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
border-bottom: 2px solid #ccc;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
p, li {
|
||||
line-height: 130%;
|
||||
}
|
||||
|
||||
.b2calendarcell {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.b2calendaremptycell {
|
||||
}
|
||||
|
||||
.b2calendarheadercell {
|
||||
background: #808080;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.b2calendarlinkpost {
|
||||
color: #f00;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.b2calendarmonth {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.b2calendarrow {
|
||||
color: #0f0;
|
||||
}
|
||||
|
||||
.b2calendartable {
|
||||
background: #fff;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
.b2calendartoday {
|
||||
color: #00f;
|
||||
}
|
||||
|
||||
.credit {
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.feedback {
|
||||
text-align: right;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.meta, .meta a {
|
||||
color: #808080;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.storytitle a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin: 0 160px 0 20px;
|
||||
}
|
||||
|
||||
#header {
|
||||
background-color: #808080;
|
||||
margin: 0;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#header a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#header a:hover {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#menu {
|
||||
background-color: #000;
|
||||
border-left: 3px solid #666;
|
||||
padding-bottom: 10px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 65px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#menu form {
|
||||
margin: 0 0 0 13px;
|
||||
}
|
||||
|
||||
#menu input {
|
||||
background-color: #ccc;
|
||||
border: 2px solid #666;
|
||||
}
|
||||
|
||||
#menu ul {
|
||||
color: #ccc;
|
||||
font-variant: small-caps;
|
||||
font-weight: bold;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
#menu ul ul {
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
line-height: 100%;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#menu ul ul li {
|
||||
line-height: 115%;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
#menu ul ul li a {
|
||||
color: #fff;
|
||||
height: 13px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#menu ul ul li a:hover {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
Reference in New Issue
Block a user