Merge pull request #197 from OWASP/tuts

This removes tutorials from the local copy of railsgoat in favor of the wiki
This commit is contained in:
Ken Johnson
2015-03-27 15:04:05 -07:00
54 changed files with 172 additions and 4059 deletions
+81
View File
@@ -6316,6 +6316,87 @@ header {
-moz-border-radius: 2px;
border-radius: 2px; }
/* Login Wrapper */
.login-wrapper {
position: relative;
top: 0;
margin-top: 50px;
background: #f2f2f2;
-webkit-border-radius: 0 0 0 4px;
-moz-border-radius: 0 0 0 4px;
border-radius: 0 0 0 4px;
min-height: 1060px;
margin-bottom: 10px;
padding: 10px; }
.login-wrapper .main-container .widget {
background: #fafafa;
border: 1px solid #bfbfbf;
clear: both;
margin-top: 0px;
margin-bottom: 30px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.login-wrapper .main-container .widget .widget-header {
background-color: #ebebeb;
/* Fallback Color */
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ebebeb));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #f7f7f7, #ebebeb);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #f7f7f7, #ebebeb);
/* FF3.6 */
background-image: -ms-linear-gradient(top, #f7f7f7, #ebebeb);
/* IE10 */
background-image: -o-linear-gradient(top, #f7f7f7, #ebebeb);
/* Opera 11.10+ */
background-image: linear-gradient(top, #f7f7f7, #ebebeb);
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border-bottom: 1px solid #d9d9d9;
height: 24px;
line-height: 24px;
padding: 10px; }
.login-wrapper .main-container .widget .widget-header .fs1 {
margin-right: 1px; }
.login-wrapper .main-container .widget .widget-header .fs1:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg); }
.login-wrapper .main-container .widget .widget-header .title {
color: #404040;
float: left;
font-weight: bold;
font-size: 13px; }
.login-wrapper .main-container .widget .widget-header .title .attribution, .login-wrapper .main-container .widget .widget-header .title .mini-title {
font-size: 11px;
padding-left: 4px;
color: #b3b3b3;
font-weight: normal; }
.login-wrapper .main-container .widget .widget-header span.tools {
padding: 0;
float: right;
margin: 0; }
.login-wrapper .main-container .widget .widget-header span.tools > a {
display: inline-block;
margin-right: 5px;
color: #666666;
margin-top: 3px; }
.login-wrapper .main-container .widget .widget-header span.tools > a:hover {
text-decoration: none;
opacity: .6; }
.login-wrapper .main-container .widget .widget-body {
margin: 10px;
padding: 5px;
background: #f2f2f2;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
/* Metro Nav */
.metro-navigation .nav-block {
display: block;