Giter VIP home page Giter VIP logo

appsheet's People

Watchers

 avatar

appsheet's Issues

formato.css

/* reset */

  • {
    box-sizing: content-box;
    color: inherit;
    font: inherit;
    line-height: inherit;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: top;
    }

/* content editable */
*[contenteditable] {
border-radius: 0.25em;
min-width: 1em;
outline: 0;
cursor: pointer;
}

*[contenteditable]:hover,
*[contenteditable]:focus,
td:hover *[contenteditable],
td:focus *[contenteditable],
img.hover {
background: #DEF;
box-shadow: 0 0 1em 0.5em #DEF;
}

span[contenteditable] {
display: inline-block;
}

/* heading /
h1 {
font: bold 100% sans-serif;
letter-spacing: 0.5em;
text-align: center;
text-transform: uppercase;
margin-bottom: 1em; /
Añadido para espacio después del título */
}

/* table /
table {
font-size: 75%;
table-layout: fixed;
width: 100%;
border-collapse: collapse; /
Añadido para evitar problemas de bordes en algunas situaciones */
}

th, td {
border: 1px solid #000; /* Añadido un borde sólido para todas las celdas */
padding: 0.5em;
position: relative;
text-align: left;
}

th {
background: #EEE;
}

/* page */
html {
font: 16px/1 'Open Sans', sans-serif;
overflow: auto;
padding: 0.5in;
background: #999;
cursor: default;
}

body {
box-sizing: border-box;
margin: 0 auto;
padding: 0.5in;
background: #FFF;
box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
}

/* header /
header {
margin: 0 0 3em;
overflow: hidden; /
Añadido para manejar el colapso del margen superior */
}

header h1 {
background: #27649d;
border-radius: 0.25em;
color: #FFF;
margin: 0;
padding: 0.5em 0;
}

header address {
float: left;
font-size: 75%;
font-style: normal;
line-height: 1.25;
margin: 0 1em 1em 0;
}

header span,
header img {
display: block;
float: right;
margin: 0 0 1em 1em;
max-height: 25%;
max-width: 60%;
position: relative;
}

header img {
max-height: 100%;
max-width: 100%;
}

header input {
cursor: pointer;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
}

/* article */
article,
article address,
table.meta,
table.inventory {
margin: 0 0 3em;
clear: both;
}

article:after {
content: "";
display: table;
clear: both;
}

article h1 {
clip: rect(0 0 0 0);
position: absolute;
}

article address {
float: left;
font-size: 50%;
font-weight: bold;
}

/* table meta & balance */
table.meta,
table.balance {
float: right;
width: 2%;
}

table.meta:after,
table.balance:after {
content: "";
display: table;
clear: both;
}

/* table meta */
table.meta th {
width: 40%;
}

table.meta td {
width: 50%;
}

/* table items */
table.inventory th {
font-weight: bold;
text-align: left;
}

table.inventory td {
text-align: left;
}

table { font-size: 70%; table-layout: fixed; width: 20%; }
table { border-collapse: separate; border-spacing: 2px; }
th, td { border-width: 2px; padding: 0.5em; position: relative; text-align:left; }
th, td { border-radius: 0.25em; border-style: solid; }
th { background: #EEE; border-color: #BBB; }
td { border-color: #DDD; }

/* aside */
aside h1 {
border: none;
border-width: 0 0 1px;
margin: 0 0 1em;
border-color: #999;
border-bottom-style: solid;
}

/* javascript */
.add,
.cut {
display: block;
float: right;
width: 0.6em;
font-size: .8rem;
padding: 0.25em 0.5em;
background: #9AF;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
background-image: -moz-linear-gradient(#00ADEE 2%, #0078A5 20%);
background-image: -webkit-linear-gradient(#00ADEE 5%, #0078A5 80%);
border-radius: 0.5em;
border-color: #0076A3;
color: #FFF;
cursor: pointer;
font-weight: bold;
text-shadow: 0 -1px 2px rgba(0,0,0,0.333);
margin: -2.5em 0 0;
}

.add:hover {
background: #00ADEE;
}

.cut {
opacity: 0;
position: absolute;
top: 0;
left: -1.5em;
}

tr:hover .cut {
opacity: 1;
}

@media print {
* {
-webkit-print-color-adjust: exact;
}
html {
background: none;
padding: 0;
}
body {
box-shadow: none;
margin: 0;
}
span:empty {
display: none;
}
.add,
.cut {
display: none;
}
}

@page {
margin: 0;
}

/* Agrega un estilo personalizado para la línea debajo de la dirección y el número */
.custom-line {
border: none;
border-bottom: 1px solid #000;
margin: 5px 0;
}

/* Estilo para el texto más pequeño */
.small-text {
font-size: 60%;
}

Encabezado.html

<title>Cotización</title> <title>Cotización</title> <title>Téotl</title> <style> /* Estilos para el encabezado */ .header { text-align: rigth; padding: 5px; background-color: #F4A020; }
/* Estilos para la tabla */
table {
  width: 100%;
 border-top-right-radius: 80px 80px;
  margin-top: 1px; /* Añadido un margen superior para separar el encabezado de la tabla */
}

th, td {
  border: 1px solid #dddddd;
  text-align:rigth; /* Cambiado a alineación izquierda */
  padding: 1.5px;
}

th {
  background-color: #f2f2f2;
}

/* Estilos para el texto del encabezado */
h4 {
  text-transform: Capitalize; /* Texto con la primer letra en mayusculas */
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); /* Sombra */
  color: black; /* Color naranja */
  margin-top: 5px; /* Añadido un margen superior para separar del encabezado principal */
}
</style>

Téotl

Dirección: <>
Teléfono: <>
Correo de contacto: <>
Cotización N.° <<[ID Cotizacion].[Folio]>>
Fecha de emisión: <<[ID Cotizacion].[Fecha]>>
Fecha de vencimiento: <<[ID Cotizacion].[Fecha de vencimiento]>>
Cotización para: <> Compañía: <<[ID Cotizacion].[ID Cliente].[vNombre para cotización]>> <> <> Compañía: A quién corresponda <>
Nombre del contacto: <<[ID Cotizacion].[ID Contacto].[Nombre]>>
Proyecto: <<[ID Cotizacion].[Nombre del proyecto]>>
Área: <<[ID Cotizacion].[Area]>> <<[ID Cotizacion].[Unidad Area]>>
Dirección: <<[ID Cotizacion].[Direccion del servicio]>>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.