Add Source Code Linter Pipeline
This commit is contained in:
parent
0d0e7140c4
commit
d252f6ef50
313 changed files with 36277 additions and 0 deletions
3277
screwdriver-3.5.6/box/snippets/css/bootstrap.css
vendored
Normal file
3277
screwdriver-3.5.6/box/snippets/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
126
screwdriver-3.5.6/box/snippets/css/hammer_A0.css
Normal file
126
screwdriver-3.5.6/box/snippets/css/hammer_A0.css
Normal file
|
@ -0,0 +1,126 @@
|
|||
body {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
background-color: #CCFF99;
|
||||
color: #000080;
|
||||
border-top: 4px solid #993366;
|
||||
border-right: 4px none #993366;
|
||||
border-bottom: 4px solid #993366;
|
||||
border-left: 4px none #993366;
|
||||
}
|
||||
|
||||
/* Headings */
|
||||
h1 {
|
||||
font-size: 145%
|
||||
}
|
||||
|
||||
td {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
th {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
form {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
input {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
border: thick double;
|
||||
}
|
||||
|
||||
select {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
ul {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
list-style-type: circle;
|
||||
list-style-position: outside;
|
||||
}
|
||||
|
||||
li {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
ol {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
list-style-type: upper-alpha;
|
||||
list-style-position: outside;
|
||||
}
|
||||
|
||||
.storia {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 16px;
|
||||
color: #007F00;
|
||||
font-style: Normal;
|
||||
}
|
||||
|
||||
/* Table colors */
|
||||
.TableHeadingColor {
|
||||
background: #CCCCFF
|
||||
} /* Dark mauve */
|
||||
.TableSubHeadingColor {
|
||||
background: #EEEEFF
|
||||
} /* Light mauve */
|
||||
.TableRowColor {
|
||||
background: #FFFFFF
|
||||
} /* White */
|
||||
|
||||
/* Font used in left-hand frame lists */
|
||||
.FrameTitleFont {
|
||||
font-size: 110%;
|
||||
font-family: Helvetica, Arial, sans-serif
|
||||
}
|
||||
|
||||
.FrameHeadingFont {
|
||||
font-size: 110%;
|
||||
font-family: Helvetica, Arial, sans-serif
|
||||
}
|
||||
|
||||
.FrameItemFont {
|
||||
font-size: 110%;
|
||||
font-family: Helvetica, Arial, sans-serif
|
||||
}
|
||||
|
||||
/* Navigation bar fonts and colors */
|
||||
.NavBarCell1 {
|
||||
background-color: #EEEEFF;
|
||||
} /* Light mauve */
|
||||
.NavBarCell1Rev {
|
||||
background-color: #00008B;
|
||||
} /* Dark Blue */
|
||||
.NavBarFont1 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.NavBarFont1Rev {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.NavBarCell2 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.NavBarCell3 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: #FFFFFF;
|
||||
}
|
57
screwdriver-3.5.6/box/snippets/css/screwdriver.css
Normal file
57
screwdriver-3.5.6/box/snippets/css/screwdriver.css
Normal file
|
@ -0,0 +1,57 @@
|
|||
.checkdress {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.labeldress {
|
||||
margin-top: 0px;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
.formdress {
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
.radiodress {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.formn_btn {
|
||||
display: inline-block;
|
||||
padding: 4px 12px 3px;
|
||||
margin-bottom: 9px;
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
color: blue;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
||||
vertical-align: middle;
|
||||
background-color: #f5f5f5;
|
||||
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
||||
background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
|
||||
to(#e6e6e6));
|
||||
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
||||
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
||||
background-image: linear-gradient(top, #ffffff, #e6e6e6);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
|
||||
endColorstr='#e6e6e6', GradientType=0);
|
||||
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
|
||||
border: 1px solid #ccc;
|
||||
border-bottom-color: #bbb;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
|
||||
rgba(0, 0, 0, 0.05);
|
||||
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
|
||||
rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
|
||||
rgba(0, 0, 0, 0.05);
|
||||
cursor: pointer;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
|
||||
*margin-left: .3em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue