UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
stmedicosoftware
/
css
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
style_receipt.css
@import url("https://fonts.googleapis.com/css2?family=Redressed&family=Ubuntu:wght@400;700&display=swap"); :root { --bg-clr: #ead376; --white: #fff; --primary-clr: #2f2929; --secondary-clr: #5265a7; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Ubuntu", sans-serif; } body { background-color: var(--bg-clr); font-size: 12px; line-height: 20px; color: var(--primary-clr); padding: 0 20px; } .invoice { width: 650px; max-width: 100%; height: auto; background: var(--white); padding: 30px 30px; position: relative; margin: 0 auto; } .w_10 { width: 10%; } .w_25 { width: 25%; } .w_30 { width: 30%; } .w_15 { width: 15%; } .w_50 { width: 50%; } .w_55 { width: 55%; } .w_85 { width: 85%; } .i_row { display: flex; } .p_title { font-weight: 700px; font-size: 14px; padding: 2px 0; } .text_right { text-align: right; } .text_center { text-align: center; } .text_left { text-align: left; } .invoice .header { padding-bottom: 10px; } .invoice .pt_details { padding: 10px 10px; border: 1px solid; border-color: var(--primary-clr) transparent var(--primary-clr) transparent; } .border_bottom { border-bottom: 1px solid; border-color: var(--primary-clr) transparent var(--primary-clr) transparent; } h2 { font-size: 20px; line-height: 38px; color: var(--secondary-clr); } .invoice .header .i_row { justify-content: space-between; margin-bottom: 10px; } .invoice .header .i_row:last-child { align-items: flex-end; } .invoice .header .i_row .i_logo p { font-family: "Redressed", cursive; } .invoice .header .i_row .i_logo p, .invoice .header .i_row .i_title h2 { font-size: 20px; line-height: 38px; color: var(--secondary-clr); } .invoice .body .i_table .i_col p { font-weight: 700; } .invoice .body .i_table .i_row .i_col { padding: 12px 5px; } .invoice .body .i_table .i_table_head .i_row { border: 2px solid; border-color: var(--primary-clr) transparent var(--primary-clr) transparent; } .invoice .body .i_table .i_table_body .i_row:last-child { border-bottom: 2px solid var(--primary-clr); } .invoice .grand_total_wrap { margin-top: 20px; } .invoice .grand_total_wrap .grand_total { background: var(--secondary-clr); color: var(--white); padding: 10px 15px; } .invoice .grand_total_wrap .grand_total p { display: flex; justify-content: space-between; } .invoice .footer { margin-top: 30px; }
Copyright © 2025 - UnknownSec