PATH:
var
/
www
/
vhosts
/
lahuertaatomica.es
/
httpdocs
/
admin
/
css
/
Editing: contenidos.css
p.info { float: left; width: 50%; margin: 10px 25%; padding: 10px 0; font-family: 'Quicksand', sans-serif; color: #fff; background-color: #555; border-radius: 2px; text-align: center; } /* tablas */ #select-items { float: left; width: 90%; margin: 0 5%; } #select-items > table { float: left; width: 100%; border-collapse: separate; border-spacing: 2px; } #select-items > table thead tr th { height: 20px; vertical-align: middle; padding: 5px 10px; font-family: 'Quicksand', sans-serif; font-size: 14px; color: #fff; background-color: #555; } #select-items > table tbody tr:nth-child(2n) { background-color: #eee; } #select-items > table tbody tr td { height: 20px; vertical-align: middle; padding: 5px 10px; font-family: 'Quicksand', sans-serif; font-size: 14px; color: #444; } #select-items > table tbody tr td.td-50 { width: 50px; text-align: center; } #select-items > table tbody tr td.td-100 { width: 100px; text-align: center; } #select-items > table tbody tr td.td-150 { width: 150px; text-align: left; } #select-items > table tbody tr td.td-200 { width: 200px; text-align: center; } #select-items > table tbody tr td.td-300 { width: 300px; text-align: center; } #select-items > table tbody tr td.td-acciones { width: 100px; text-align: center; } #select-items > table tbody tr td.td-acciones a { display: inline-block; padding: 4px 15px; text-decoration: none; background-color: #f40; color: #fff; } #select-items nav.insert-item { float: left; width: 100%; margin: 20px 0 40px 0; } #select-items nav.insert-item a { float: left; padding: 5px 30px; font-family: 'Quicksand', sans-serif; font-size: 14px; text-decoration: none; background-color: #555; color: #fff; } /* formularios */ #insert-items { float: left; width: 50%; margin: 0 25%; } #insert-items > form { float: left; width: 60%; margin: 0 20%; } #insert-items > form > ul { float: left; width: 100%; } #insert-items > form > ul > li { float: left; width: 100%; margin-bottom: 15px; } #insert-items > form > ul > li.send-li { margin-top: 20px; } #insert-items > form > ul > li label { float: left; width: 35%; margin-top: 4px; font-family: 'Quicksand', sans-serif; font-size: 14px; letter-spacing: 1px; color: #555; } #insert-items > form > ul > li input { float: left; width: 62%; padding: 4px 1%; font-family: 'Quicksand', sans-serif; font-size: 14px; color: #000; border: 1px solid #999; border-radius: 2px; } #insert-items > form > ul > li input[type="submit"] { width: 40%; margin: 0 30%; padding: 8px 5%; background-color: #555; color: #fff; border: 0; cursor: pointer; } #insert-items > form > ul > li span.thumb-img { float: left; width: calc(62% - 2px); padding: 10px 1%; margin: 5px 0 0 35%; background-color: #eee; border: 1px solid #999; } #insert-items > form > ul > li span.thumb-img img { display: block; width: 150px; margin: 0 auto; } #insert-items > form > ul > li select { float: left; width: 50%; padding: 0 1%; font-family: 'Quicksand', sans-serif; font-size: 14px; color: #000; border: 1px solid #999; border-radius: 2px; } #insert-items > form > ul > li select option { padding: 4px; } #insert-items > form > ul > li textarea { float: left; width: 62%; height: 120px; padding: 4px 1%; font-family: 'Quicksand', sans-serif; font-size: 12px; letter-spacing: 1px; color: #000; border: 1px solid #999; border-radius: 2px; resize: none; } #insert-items > form > ul > li > a { float: left; width: 36%; margin: 10px 30% 0 30%; padding: 4px 2%; font: normal normal 15px Arial, Tahoma; letter-spacing: 1px; text-decoration: none; text-align: center; background-color: #eee; color: #555; border: 0; } p.error-ok { float: left; width: 60%; padding: 6px 5%; margin: 0 15% 40px 15%; font: normal normal 16px Arial, Tahoma; text-align: center; background-color: #393; color: #fff; } p.error-ko { float: left; width: 60%; padding: 6px 5%; margin: 0 15% 40px 15%; font: normal normal 16px Arial, Tahoma; text-align: center; background-color: #933; color: #fff; }
SAVE
CANCEL