Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Jan 10, 2024
0 parents commit ac4b793
Show file tree
Hide file tree
Showing 24 changed files with 811 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Fragment
## دور زدن فیلترینگ دامنه با فرگمنت

توسط ابزار فرگمنت می‌تونین دامنه‌های مرده‌تون رو مجدد زنده کنید!

https://ircf.space \
https://ircfspace.github.io/fragment
9 changes: 9 additions & 0 deletions assets/css/bootstrap-rtl.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions assets/css/bootstrap.min.css

Large diffs are not rendered by default.

331 changes: 331 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,331 @@
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 {
font-size: 15px;
line-height: 27px;
}

.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%;
}
.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;
}
.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-group-btn {
width: 20%!important;
}

.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;
}

.none {
display: none;
}

.fullBox {
float: right;
width: 100%;
position: relative;
margin: 20px 0;
}
.fullBox .rightSide {
float: right;
width: 160px;
}
.fullBox .rightSide img {
width: 100%;
height: 100%;
border: 1px solid #cbcbcb;
border-radius: 5px;
}
.fullBox .leftSide {
float: left;
width: calc(100% - 170px);
}
.fullBox .leftSide textarea {
height: 160px;
margin: 0;
}
.fullBox .leftSide textarea[readonly] {
background: #fff;
}

.form-group {
float: right;
width: 100%;
}
.form-group .form-control {
width: 49%;
float: right;
margin: 0;
}
.form-group .form-control:first-child {
width: 49%;
}
.form-group .form-control:last-child {
float: left;
}

.dropdown-menu {
right: -2px;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
background-color: #ff7900;
}

.fetchIps select {
float: right;
width: 60% !important;
}
.fetchIps .input-group-btn {
float: right;
width: 40% !important;
}
.fetchIps .input-group-btn button {
float: right;
width: 100% !important;
}

.minWidth {
float: right;
width: 100%;
margin: -10px 0 0 0;
}
.minWidth input,
.minWidth select {
width: 50%;
float: left;
}
.minWidth select:first-child,
.minWidth input:first-child {
border-radius: 3px 0 0 3px;
border-right: transparent;
}
.minWidth select:last-child,
.minWidth input:last-child {
border-radius: 0 3px 3px 0;
}

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;
}
.fullBox .rightSide {
width: 50%;
padding-left: 10px;
}
.fullBox .leftSide {
width: 50%;
}
.fullBox .leftSide textarea {
height: 255px;
}
}

@media(max-width:500px) {
.betaVersion.rangeSelector .clearfix {
display: block;
}
.fullBox .rightSide {
width: 100%;
padding-left: 0;
}
.fullBox .leftSide {
width: 100%;
}
.fullBox .leftSide textarea {
margin-top: 10px;
height: 70px;
}
}
17 changes: 17 additions & 0 deletions assets/css/vazir.css
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 added assets/favicon.ico
Binary file not shown.
Binary file added assets/font/vazir/Vazir-Bold.eot
Binary file not shown.
Binary file added assets/font/vazir/Vazir-Bold.ttf
Binary file not shown.
Binary file added assets/font/vazir/Vazir-Bold.woff
Binary file not shown.
Binary file added assets/font/vazir/Vazir-Bold.woff2
Binary file not shown.
Binary file added assets/font/vazir/Vazir-Light.eot
Binary file not shown.
Binary file added assets/font/vazir/Vazir-Light.ttf
Binary file not shown.
Binary file added assets/font/vazir/Vazir-Light.woff
Binary file not shown.
Binary file added assets/font/vazir/Vazir-Light.woff2
Binary file not shown.
Binary file added assets/font/vazir/Vazir.eot
Binary file not shown.
Binary file added assets/font/vazir/Vazir.ttf
Binary file not shown.
Binary file added assets/font/vazir/Vazir.woff
Binary file not shown.
Binary file added assets/font/vazir/Vazir.woff2
Binary file not shown.
Binary file added assets/img/cflogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/js/bootstrap.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/js/jquery.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit ac4b793

Please sign in to comment.