css and xss updates
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
body.page {color: #000000;font-family: Verdana, Tahoma, sans-serif;font-size: 8pt;}
|
||||
td {font-family: Verdana, Tahoma, sans-serif;font-size: 8pt; }
|
||||
tr {font-family: Verdana, Tahoma, sans-serif;}
|
||||
span {font-family: Verdana, Tahoma, sans-serif;}
|
||||
.f8-0 {font-size: 8pt;font-family: Verdana, Tahoma, sans-serif;}
|
||||
.f8-1 {font-size: 8pt;font-family: Verdana, Tahoma, sans-serif;}
|
||||
.div_tree {padding-left:10px;overflow:visible;}
|
||||
.report_tree_link {width:100%;font-size: 8pt;font-family: Verdana, Tahoma, sans-serif;margin-left:2px;padding-right:2px;margin-top:2px;border-spacing:0px;}
|
||||
.form_link {font-size: 8pt;font-family: Verdana, Tahoma, sans-serif;font-weight: bold;}
|
||||
.report_title {font-size: 8pt;font-family: Verdana, Tahoma, sans-serif;border: 1px solid #afafaf;background-color: #cfcfef;margin-top:3px;margin-bottom:3px;margin-left:1px;padding:3px;font-weight: bold;}
|
||||
.middle {vertical-align:middle;}
|
33
webgoat-container/src/main/resources/static/css/lessons.css
Normal file
33
webgoat-container/src/main/resources/static/css/lessons.css
Normal file
@ -0,0 +1,33 @@
|
||||
/* css for lessons */
|
||||
/* not efficient loading, but at least easier to maintain */
|
||||
|
||||
.hidden-menu-item {
|
||||
display:none;
|
||||
visibility:hidden;
|
||||
}
|
||||
|
||||
#ac-menu li {
|
||||
list-style-type: none;
|
||||
background-color: #aaa;
|
||||
width: auto;
|
||||
max-width: 20%;
|
||||
}
|
||||
|
||||
#ac-menu li:hover {
|
||||
color: white;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
#ac-menu div {
|
||||
margin-bottom: -60px;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
#ac-menu h3 {
|
||||
color:white;
|
||||
background-color:#666;
|
||||
}
|
||||
|
||||
#ac-menu-wrapper {
|
||||
border-bottom: 2px solid #444;
|
||||
}
|
@ -17,11 +17,13 @@
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="shortcut icon" th:href="@{/images/favicon.ico}" type="image/x-icon"/>
|
||||
|
||||
<link rel="stylesheet" type="text/css" th:href="@{/css/main.css}"/>
|
||||
<link rel="stylesheet" type="text/css" th:href="@{/plugins/bootstrap/css/bootstrap.min.css}"/>
|
||||
<link rel="stylesheet" type="text/css" th:href="@{/css/font-awesome.min.css}"/>
|
||||
<link rel="stylesheet" type="text/css" th:href="@{/css/animate.css}"/>
|
||||
<link rel="stylesheet" type="text/css" th:href="@{/css/coderay.css}"/>
|
||||
<link rel="stylesheet" type="text/css" th:href="@{/css/lessons.css}"/>
|
||||
<!-- end of CSS -->
|
||||
|
||||
<!-- JS -->
|
||||
|
Reference in New Issue
Block a user