-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b2b2afa
Showing
25 changed files
with
1,507 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# GCORE IP SCANNER | ||
اسکنر آیپی جیکور | ||
|
||
https://ircf.space |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,299 @@ | ||
body { | ||
font: 14px vazir; | ||
padding: 85px 0 0 0; | ||
} | ||
input, | ||
select, | ||
textarea { | ||
direction: rtl; | ||
text-align: right; | ||
margin: 10px 0; | ||
width: 100%; | ||
resize: none; | ||
} | ||
button { | ||
width: 100%; | ||
} | ||
|
||
p { | ||
font-size: 15px; | ||
line-height: 27px; | ||
} | ||
ul li { | ||
line-height: 27px; | ||
font-size: 15px; | ||
} | ||
|
||
.navbar { | ||
float: right; | ||
width: 100%; | ||
border-radius: 0; | ||
background-color: #ff7900; | ||
border: none; | ||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); | ||
padding: 22px 0; | ||
margin: 0 0 30px 0; | ||
position: fixed; | ||
top: 0; | ||
right: 0; | ||
z-index: 100; | ||
} | ||
.navbar img { | ||
float: right; | ||
width: 32px; | ||
height: 15px; | ||
margin: 0 0 0 15px; | ||
} | ||
.navbar h1 { | ||
float: right; | ||
margin: 0; | ||
color: #ffffff; | ||
font-size: 17px; | ||
padding: 0; | ||
} | ||
|
||
.col-centered { | ||
float: none; | ||
margin: 0 auto; | ||
} | ||
.col-centered h3 { | ||
font-size: 22px; | ||
margin: 20px 0; | ||
} | ||
|
||
.input-group { | ||
float: right !important; | ||
width: 100%; | ||
display: block !important; | ||
} | ||
.input-group input { | ||
width: 45% !important; | ||
float: right; | ||
margin: 0; | ||
} | ||
.input-group select { | ||
width: 30% !important; | ||
float: right; | ||
margin: 0; | ||
} | ||
.input-group .input-group-btn { | ||
width: 25% !important; | ||
float: left; | ||
} | ||
.input-group .input-group-btn button { | ||
width: 100% !important; | ||
} | ||
|
||
.dirLeft { | ||
direction: ltr; | ||
text-align: left; | ||
} | ||
|
||
.alert { | ||
margin: 20px 0 5px 0; | ||
float: right; | ||
width: 100%; | ||
} | ||
.alert em { | ||
font-style: normal; | ||
} | ||
|
||
.table { | ||
margin: 0; | ||
} | ||
.table tr:first-child td { | ||
border-top: none; | ||
} | ||
.table td em { | ||
font-style: normal; | ||
} | ||
|
||
.nav-pills { | ||
margin: 0 0 12px 0; | ||
} | ||
.nav-pills>li a { | ||
padding: 2px 7px; | ||
font-size: 12px; | ||
border-radius: 25px; | ||
color: #454545; | ||
} | ||
.nav-pills>li a:focus, | ||
.nav-pills>li a:hover, | ||
.nav-pills>li.active a, | ||
.nav-pills>li.active a:focus, | ||
.nav-pills>li.active a:hover { | ||
background-color: #939393; | ||
color: #fff; | ||
} | ||
|
||
.scanner select { | ||
width: 40%!important; | ||
height: 34px; | ||
} | ||
.scanner .input-group-addon { | ||
width: 40%!important; | ||
float: right; | ||
text-align: center; | ||
height: 34px; | ||
padding-right: 0; | ||
padding-left: 0; | ||
border-color: #ccc; | ||
} | ||
.scanner input { | ||
width: 20%!important; | ||
padding-right: 3px; | ||
padding-left: 3px; | ||
text-align: center; | ||
} | ||
.scanner input:first-child { | ||
width: 15%!important; | ||
} | ||
.scanner .input-group-btn { | ||
width: 25%!important; | ||
} | ||
.scanner .input-group-btn .btn-group { | ||
float: right; | ||
width: 100%; | ||
} | ||
.scanner .input-group-btn .btn-group .input-group-btn { | ||
float: right; | ||
width: auto; | ||
} | ||
.scanner .input-group-btn .prmScan { | ||
float: right; | ||
width: calc(100% - 20px)!important; | ||
border-radius: 0!important; | ||
padding-right: 5px; | ||
padding-left: 5px; | ||
} | ||
.scanner .input-group-btn .scanOpt { | ||
float: left; | ||
width: 20px; | ||
} | ||
.scanner .input-group-btn .scanOpt button { | ||
float: left; | ||
width: 100%!important; | ||
padding-right: 0; | ||
padding-left: 0; | ||
border-radius: 3px 0 0 3px!important; | ||
height: 34px; | ||
} | ||
.scanner .input-group-btn .scanOpt button .caret { | ||
margin: 8px 0 8px -1px; | ||
} | ||
.scanner .input-group-btn .scanOpt .dropdown-menu { | ||
right: inherit; | ||
left: 0; | ||
border-radius: 0 0 3px 3px; | ||
margin: -1px 0 0 0; | ||
width: 139px; | ||
min-width: 108px; | ||
} | ||
|
||
.modalBodyOverflow { | ||
max-height: 63vh; | ||
overflow: hidden; | ||
overflow-y: auto; | ||
} | ||
|
||
img[alt="loader"] { | ||
width: 15px; | ||
height: 10px; | ||
transform: rotate(180deg); | ||
} | ||
|
||
.table .copyItem { | ||
cursor: copy; | ||
} | ||
|
||
.betaVersion { | ||
float: right; | ||
width: 100%; | ||
margin: 10px 0 0 0; | ||
} | ||
.betaVersion.rangeSelector { | ||
margin: 0 0 5px 0; | ||
} | ||
.betaVersion.rangeSelector .clearfix { | ||
display: none; | ||
} | ||
.betaVersion input[type="checkbox"], | ||
.betaVersion input[type="radio"] { | ||
float: right; | ||
width: 15px; | ||
height: 15px; | ||
margin: 3px 0 0 10px; | ||
} | ||
.betaVersion label { | ||
float: right; | ||
font-weight: normal; | ||
cursor: pointer; | ||
} | ||
.betaVersion.rangeSelector label { | ||
margin-left: 20px; | ||
} | ||
|
||
.dropdown-menu { | ||
right: -2px; | ||
} | ||
.dropdown-menu>.active>a, | ||
.dropdown-menu>.active>a:focus, | ||
.dropdown-menu>.active>a:hover { | ||
background-color: #ff7900; | ||
} | ||
|
||
.suggestion span { | ||
font-size: 13px; | ||
margin-bottom: 7px; | ||
float: right; | ||
width: 100%; | ||
} | ||
.suggestion span small { | ||
font-size: 13px; | ||
font-weight: bold; | ||
} | ||
.suggestion .label { | ||
font-weight: 300; | ||
margin: 0 0 3px 3px; | ||
float: right; | ||
line-height: 18px; | ||
padding-top: 3px; | ||
} | ||
.suggestion .label.copyItem { | ||
cursor: copy; | ||
} | ||
|
||
footer { | ||
padding: 10px 0; | ||
/*position: fixed; | ||
bottom: 0; | ||
right: 0;*/ | ||
float: right; | ||
width: 100%; | ||
line-height: 20px; | ||
} | ||
footer p { | ||
float: right; | ||
width: 100%; | ||
text-align: center; | ||
font-size: 13px; | ||
} | ||
|
||
@media(max-width:700px) { | ||
body, | ||
.container { | ||
padding-right: 0; | ||
padding-left: 0; | ||
} | ||
.betaVersion.rangeSelector .clearfix { | ||
display: block; | ||
} | ||
} | ||
|
||
|
||
@media(max-width:440px) { | ||
.scanner .input-group-btn .scanOpt .dropdown-menu { | ||
width: 110px; | ||
min-width: 110px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
@font-face { | ||
font-family: vazir; | ||
src: url('../font/vazir/Vazir.eot'); | ||
src: url('../font/vazir/Vazir.eot?#iefix') format('embedded-opentype'), | ||
url('../font/vazir/Vazir.woff') format('woff'), | ||
url('../font/vazir/Vazir.ttf') format('truetype'); | ||
font-weight: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: vazir; | ||
src: url('../font/vazir/Vazir-Bold.eot'); | ||
src: url('../font/vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'), | ||
url('../font/vazir/Vazir-Bold.woff') format('woff'), | ||
url('../font/vazir/Vazir-Bold.ttf') format('truetype'); | ||
font-weight: bold; | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.