0% found this document useful (0 votes)
67 views3 pages

CSS Temis Vivienda

This document contains a series of CSS style rules that define formatting for various HTML elements, including tables, cells, text boxes, and checkboxes on a web form. Styles are set for padding, borders, widths, fonts, alignments, and backgrounds. Input fields are customized for names, IDs, and other attributes.

Uploaded by

Carlos Alberto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views3 pages

CSS Temis Vivienda

This document contains a series of CSS style rules that define formatting for various HTML elements, including tables, cells, text boxes, and checkboxes on a web form. Styles are set for padding, borders, widths, fonts, alignments, and backgrounds. Input fields are customized for names, IDs, and other attributes.

Uploaded by

Carlos Alberto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

.table > thead > tr > th, .table > tbody > tr > th, .

table > tfoot > tr > th,


.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 5px;
}

form > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td
{
border: 1px inset #555 ;
padding: 0px ;
}

input#ContentPlaceHolder1_txtDanioVivOtro_31a6 {
width: 300px;
}

table.table-hover.table-bordered tbody tr td {
font-size: 17px;
}

th.GridHeader {
max-width: 90px ;
width: auto ;
}

input.BoxSmall-Medium {
min-width: 55px;
padding: 0;
text-align: center;
}

input[type="text"] {
background: #FFA;
color: #000;
font-size: 20px ;
}

input.BoxSmall.Separar {
padding-left: 0;
padding-right: 0;
text-align: center;
min-width: 25px;
}

input[type=checkbox] {
position: relative;
cursor: pointer;
margin-right: 9px;
}

input[type=checkbox]:before {
content: "";
display: block;
position: absolute;
width: 20px;
height: 15px;
top: 0;
left: 0;
border: 2px solid #000;
border-radius: 3px;
background-color: #ffb;
}

input[type=checkbox]:checked:before {
border-color: #070;
background: #0b0;
}

input[type=checkbox]:checked:after {
content: "";
display: block;
width: 8px;
height: 10px;
border: solid #fff;
border-width: 0 3px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 1px;
left: 6px;
}

input[placeholder="Apellido Paterno"], input[placeholder="Apellido Materno"] {


width: 190px ;
}

input[placeholder="Nombres"] {
width: 250px ;
}

input[placeholder="DNI"] {
width: 150px ;
}

input:focus {
background: #bfb;
}

td[colspan="7"]:nth-child(1)>table>tbody>tr:nth-child(1)>td>table[class="table
table-hover table-bordered"]:nth-child(1)>tbody:nth-child(1)>tr:nth-
child(3)>td[colspan="3"]:nth-child(1)>table[class="table table-hover table-
bordered"]:nth-child(1)>tbody:nth-child(1)>tr:nth-child(3),td[colspan="7"]:nth-
child(1)>table>tbody>tr:nth-child(1)>td>table[class="table table-hover table-
bordered"]:nth-child(1)>tbody:nth-child(1)>tr:nth-child(3)>td[colspan="3"]:nth-
child(1)>table[class="table table-hover table-bordered"]:nth-child(1)>tbody:nth-
child(1)>tr:nth-child(4), td[colspan="7"]:nth-child(1)>table>tbody>tr:nth-
child(3)>td>table[class="table table-hover table-bordered"]:nth-child(1)>tbody:nth-
child(1)>tr:nth-child(3)>td[colspan="3"]:nth-child(1)>table[class="table table-
hover table-bordered"]:nth-child(1)>tbody:nth-child(1)>tr:nth-child(3),
td[colspan="7"]:nth-child(1)>table>tbody>tr:nth-child(3)>td>table[class="table
table-hover table-bordered"]:nth-child(1)>tbody:nth-child(1)>tr:nth-
child(3)>td[colspan="3"]:nth-child(1)>table[class="table table-hover table-
bordered"]:nth-child(1)>tbody:nth-child(1)>tr:nth-child(4) {
text-align: right;
}

tbody>tr:nth-child(5)>td[colspan="7"]>table>tbody>tr:nth-
child(2)>td>table>tbody>tr:nth-child(2) {
text-align: right;
}

tbody>tr:nth-child(5)>td[colspan="7"]>table>tbody>tr:nth-
child(2)>td>table>tbody>tr:nth-child(2)>td:nth-child(2) {
width: 150px;
}

td[colspan="7"]:nth-child(1)>table>tbody>tr:nth-child(1)>td>table[class="table
table-hover table-bordered"]:nth-child(1)>tbody:nth-child(1)>tr:nth-
child(3)>td[colspan="3"]:nth-child(1)>table[class="table table-hover table-
bordered"]:nth-child(1)>tbody:nth-child(1)>tr:nth-child(4)>td>input,
td[colspan="7"]:nth-child(1)>table>tbody>tr:nth-child(3)>td>table[class="table
table-hover table-bordered"]:nth-child(1)>tbody:nth-child(1)>tr:nth-
child(3)>td[colspan="3"]:nth-child(1)>table[class="table table-hover table-
bordered"]:nth-child(1)>tbody:nth-child(1)>tr:nth-child(4)>td>input {
width: 500px ;
}

input[NAME="ctl00$ContentPlaceHolder1$txtDNI"] {
width: 100px ;
text-align: left;
}

input[name="ctl00$ContentPlaceHolder1$txtNoViabilidad_4"] {
background: #eee ;
}

You might also like