css FCC Job App CSS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css FCC Job App CSS相关的知识,希望对你有一定的参考价值。
@font-face {
font-family: 'HelveticaNeueLTPro-LtIt';
src: url('webfonts/HelveticaNeueLTPro-LtIt.eot'); /* IE9 Compat Modes */
src: url('webfonts/HelveticaNeueLTPro-LtIt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('webfonts/HelveticaNeueLTPro-LtIt.woff') format('woff'), /* Modern Browsers */
url('webfonts/HelveticaNeueLTPro-LtIt.ttf') format('truetype'), /* Safari, Android, iOS */
url('webfonts/HelveticaNeueLTPro-LtIt.svg#svgFontName') format('svg'); /* Legacy iOS */
}
<!--
INPUT
{
font-family: Arial;
font-size: .95em;
}
TEXTAREA
{
font-family: Arial;
font-size: .95em;
}
-->
table.label
{
margin-left: 10px;
margin-right: 20px;
border-collapse: collapse;
}
table.label th
{
text-align: left;
padding: 2px;
font-size: 14pt;
color: #004b8d;
border-width: 1px;
border-spacing: 2px;
border-style: outset;
border-color: #C0C0C0;
border-collapse: separate;
letter-spacing: 0.1cm;
/*background-image: url(images/toolbar/barFFFFFF.jpg);*/
}
table.label td
{
font-size: 10pt;
font-weight: 500;
color: #111;
margin-left: 20px;
}
#header
{
font-size: 14pt;
font-weight: bold;
}
#text .text
{
font-size: 9pt;
}
#bold
{
font-size: 9pt;
font-weight: bold;
}
#label, .label
{
font-size: 9pt;
font-weight: bold;
margin-top: 10px;
margin-bottom: 0;
}
h1
{
font-size: 1.4em;
text-decoration: none;
color: #444;
}
h1.title {
font-size: 2em;
margin: 0 -8px 0 0;
}
td p:first-child {
margin-top: 0;
}
#JobDescription p {
font-size: inherit;
}
p {
font-size: 12px;
}
h2
{
/*secondary header*/
font-size: 11pt;
font-weight: bold;
text-decoration: none;
}
body
{
font-family: Arial, Sans-Serif;
font-size: 14px;
text-decoration: none;
background-color: #fff;
color: #000;
padding: 10px;
}
table {
font-size: 14px;
}
td.medheader
{
font-weight: bold;
vertical-align: top;
}
.smallheader
{
text-transform: uppercase;
color: #555;
font-size: 10pt;
padding-right: 10px;
font-weight: bold;
}
a:link
{
text-decoration: none;
color: #004b8d;
}
a:visited {
color: #523896;
}
li
{
list-style: square;
}
#redbold, .redBold, .redbold
{
font-size: 9pt;
color: #f00;
font-weight: bold;
}
#small, .small
{
font-size: 12px;
}
#bigtext, .bigtext
{
font-size: 24px;
font-weight: bold;
}
#biglabel, .biglabel
{
font-size: 14px;
}
#button
{
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}
#smallinstructions
{
font-size: 8pt;
color: #0369b1;
margin-left: 20px;
}
.smallinstructions
{
font-size: 0.9em;
color: #0369b1;
margin: 5px 0;
}
.instructions
{
margin: 4px;
padding: 4px;
font-size: 0.95em;
background-color: #ffff66;
border: 1px solid #bababa;
color: #141400;
}
.viewMobile
{
background: #efefef;
color: #999;
font-weight: bold;
text-align: center;
line-height: 20px;
height: 24px;
padding-top: 5px;
font-size: .9em;
cursor: pointer;
}
.headerText
{
text-decoration: underline;
}
#content > div
{
height: 100px;
}
#content
{
background: #fff;
border: 1px solid #ddd;
padding: 20px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
#linearBg2
{
/* fallback */
background-color: #666666;
background: url(images/linear_bg_2.png);
background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, 0 0, 0 100%, #333333, to(#666666)); /* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #333333, #666666); /* Firefox 3.6+ */
background: -moz-linear-gradient(top, #333333, #666666); /* IE 10 */
background: -ms-linear-gradient(top, #333333, #666666); /* Opera 11.10+ */
background: -o-linear-gradient(top, #333333, #666666);
}
#CenteredApply
{
width: 125px;
height: 50px;
position: absolute;
left: 33%;
font-size: 10pt;
font-weight: bold;
color: #fff;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 4px outset;
border-right-color: #999;
border-bottom-color: #999;
background-color: #666666;
}
td.toolbar
{
background-color: #eee;
}
#button
{
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}
#SimilarJobs
{
padding: 14px;
display: block;
background-color: #eee;
border: 1px solid #ddd;
}
#SimilarJobs b
{
color: #444;
}
#JobDescription td
{
padding-bottom: 15px;
}
.center
{
text-align: center;
}
.right
{
text-align: right;
}
.underline {
text-decoration: underline;
}
.poweredBy {
font-family: "HelveticaNeueLTPro-LtIt", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
font-size: 13px;
white-space: nowrap;
}
.viewMobile {
background: #efefef;
color: #999999;
font-weight: bold;
text-align: center;
line-height: 20px;
height: 24px;
padding-top: 5px;
font-size: .9em;
cursor: pointer;
}
.hidden
{
display: none !important;
}
.paddingTop10
{
padding-top: 10px;
}
.paddingBottom10 {
padding-bottom: 10px;
}
.paddingFooter {
padding-top: 40px;
}
#footer_content, .portal
{
margin: 0 auto auto;
}
table.portal
{
margin-top: 10px;
}
.tabs, .searchContent, table.portal, table.portal table
{
border-collapse: separate !important;
border-spacing: 0;
}
.tabs td
{
text-align: center;
border-bottom: 1px solid #000000;
}
.tabs td.selected
{
border: 1px solid #000000;
border-bottom-width: 0;
border-radius: 4px 4px 0 0;
margin-left: 5px;
margin-right: 5px;
}
.newfull > tbody > tr:first-of-type > td,
.newfull > tr:first-of-type > td
{
border-top: 1px solid #000000;
border-radius: 4px;
}
.searchContent > table > tbody > tr:last-of-type > td,
.searchContent > table > tr:last-of-type > td
{
border-bottom: 1px solid #000000;
}
.searchContent > table > tbody > tr:last-of-type > td:first-of-type,
.searchContent > table > tr:last-of-type > td:first-of-type
{
border-bottom-left-radius: 4px;
}
.searchContent > table > tbody > tr:last-of-type > td:last-of-type,
.searchContent > table > tr:last-of-type > td:last-of-type
{
border-bottom-right-radius: 4px;
}
.searchContent > table > tbody > tr > td:first-of-type,
.searchContent > table > tr > td:first-of-type
{
border-left: 1px solid #000000;
}
.searchContent > table > tbody > tr > td:last-of-type,
.searchContent > table > tr > td:last-of-type
{
border-right: 1px solid #000000;
}
.tableContent
{
margin-top: 20px;
margin-bottom: 10px;
}
.tableContent + .tableContent
{
margin-top: 0;
}
button, .buttonPrimary, .buttonSecondary, input[type="submit"], input[type="button"] {
border-radius: 2px;
border-width: 1px;
border-style: solid;
padding: 0 10px;
margin: 10px 0;
cursor: pointer;
font-size: 14px;
font-weight: normal;
height: 35px;
line-height: 33px;
box-sizing: content-box;
white-space: nowrap;
}
.tabs .buttonPrimary
{
margin: 0 10px 5px 0;
width: 206px;
}
.tabs td.selected + td .buttonPrimary
{
margin-left: 10px;
}
.tabs td:last-of-type .buttonPrimary
{
margin-right: 0;
}
button:not(.displayNone), .buttonPrimary:not(.displayNone), .buttonSecondary:not(.displayNone), input[type="submit"]:not(.displayNone), input[type="button"]:not(.displayNone) {
display: inline-block;
}
.buttonPrimary + .buttonSecondary, .buttonPrimary + .buttonPrimary, .buttonSecondary + .buttonSecondary,
td + td a:first-of-type.buttonSecondary, td + td input:first-of-type.buttonSecondary {
margin-left: 10px;
}
a.buttonPrimary, a.buttonSecondary, #quickTasks a.buttonSecondary {
height: 35px;
line-height: 33px;
}
.buttonLarge, a.buttonLarge {
height: 43px;
line-height: 41px;
}
button.buttonSmall, .buttonPrimary.buttonSmall, .buttonSecondary.buttonSmall, input[type="submit"].buttonSmall, input[type="button"].buttonSmall, a.buttonSmall, #quickTasks a.buttonSmall {
height: 31px;
line-height: 29px;
}
a.buttonPrimary img, a.buttonSecondary img {
margin: auto;
vertical-align: middle;
display: inline-block;
}
a.buttonPrimary img + span, a.buttonPrimary img + img, a.buttonPrimary span + img, a.buttonSecondary img + span, a.buttonSecondary img + img, a.buttonSecondary span + img {
margin-left: 6px;
}
.lbl {
display: block;
margin: 0 0 12px 2px;
clear: both;
}
input[type="text"], input[type="password"], select, textarea, .dropdown .dt {
border-radius: 2px;
border: solid 1px #B7B7B7;
margin-bottom: 12px;
font-weight: normal;
}
input[type="text"].noMargin, select.noMargin, textarea.noMargin {
margin-bottom: 0;
}
input[type="text"]::-ms-clear {
display: none;
}
select::-ms-expand {
display: none;
}
input[type="text"], input[type="password"], textarea {
padding: 12px;
}
select:not([multiple])
{
padding-left: 12px;
height: 38px;
}
input[type="text"].select, .dropdown .dt
{
padding-right: 24px;
background: url('/Images/arrowdown_black.gif') no-repeat #FFFFFF right 8px top 50%;
}
input[type="text"].select:hover {
cursor: pointer;
}
select option, .ui-menu-item a, .dropdown ul li {
padding: 12px;
}
input[type="text"].small, input[type="password"].small, textarea.small,
.small input[type="text"], .small input[type="password"], .small textarea {
padding-top: 8px;
padding-bottom: 8px;
}
select.small:not([multiple]),
.small select:not([multiple]) {
padding-left: 8px;
height: 28px;
}
select.small option,
.small select option,
.ui-menu-item.small a {
padding: 8px;
}
input[type="radio"] {
margin-bottom: 12px;
}
.dropdown .dd, .dropdown .dt {
padding:0px;
}
.dropdown ul {
margin: -1px 0 0 0;
color: #000000;
}
.dropdown .dd {
position:relative;
}
.dropdown .dt a {
display: block;
padding: 12px;
overflow: hidden;
color: #000;
}
.multiSel
{
margin: 0;
}
.dropdown .dt a span, .multiSel span {
cursor:pointer;
display:inline-block;
padding-right: 3px;
}
.dropdown .dd ul {
background-color: #FFFFFF;
display:none;
left:0px;
padding: 0;
position:absolute;
top: -12px;
list-style:none;
overflow: auto;
border-radius: 2px;
border: solid 1px #B7B7B7;
}
.dropdown span.value {
display:none;
}
.dropdown .dd ul li a {
display:block;
}
.dropdown .dd ul li:hover {
background-color:#FAFAF5;
}
.marginTop0
{
margin-top: 0;
}
以上是关于css FCC Job App CSS的主要内容,如果未能解决你的问题,请参考以下文章
FCC---CSS Flexbox: Apply the flex-direction Property to Create Rows in the Tweet Embed
FCC---CSS Flexbox: Apply the flex-direction Property to Create a Column in the Tweet Embed
selenium-51job自动化测试(css选择器选择元素)