A better web style for Bangladesh Railway Ticket Booking.
eTicket Railway BD by Mohon by enamul-hoque
Details
Authorenamul-hoque
LicenseNo License
Categoryhttps://eticket.railway.gov.bd/
Created
Updated
Size2.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name eTicket Railway BD by Mohon
@version 1.0.0
@namespace userstyles.world/user/enamul-hoque
@description A better web style for Bangladesh Railway Ticket Booking.
@author enamul-hoque
@license No License
==/UserStyle== */
@-moz-document domain("eticket.railway.gov.bd") {
/** [TOC]
*
* - Temp
* - Search Bar
* - Others
*/
/** Temp ** /
.single-trip-wrapper:not(:nth-child(7)) {
display: none;
}*/
/* .single-seat-class[data-seat-type*="F_SEAT"] { display: none; } /* Hide F_Seart (non-ac) from ever mistakely booking. */
/** Search Bar **/
#search_list_sec > .ticket-picker {
position: sticky;
top: 0;
border-bottom: 1px solid #e5e5e5;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
z-index: 999;
}
/** Others **/
.disclaimer-bottom-sheet {
display: none;
}
.website-top-warning-message { display: none; }
#search_list_sec {
margin-bottom: 0;
}
#search_list_sec > .container > .row > .col-lg-3 {
display: none;
}
#search_list_sec > .container > .row > .col-lg-9 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0 15px;
float: none;
width: 100%;
}
#search_list_sec > .container > .row > .col-lg-9 > .row:first-child:not(.list_rows) {
display: none;
}
#search_list_sec > .container {
width: 100%;
}
#search_list_sec .trip-collapsible {position: relative;display: block;padding-top: 15px;border-radius: 0 0 8px 8px;z-index: 0; height: auto;}
#search_list_sec .trip-collapsible > .col-md-12 {
margin-top: 0;
}
#search_list_sec .journey-route-date {
display: none;
}
#search_list_sec .trip-info-details {
position: absolute;
top: 0;
right: 0;
display: inline-block;
margin-bottom: 0;
width: 123px;
}
#search_list_sec .trip-details-btn {
padding-top: 12px;
padding-bottom: 12px;
}
.ticket-picker {
margin: 0 0 15px;
padding: 15px 0;
}
.ticket-picker .button_set {
display: none;
}
.ticket-picker .details {
padding: 0;
}
.ticket-picker .ipad-top-margin > .col-sm-12 {
margin-top: 0 !important;
}
.ticket-picker .mod_search {
margin-top: 8px;
}
.footer {
display: none;
}
/* Stations Counting */
.route-stations {
counter-reset: stations;
}
.route-single-station:before {
content: "(" counter(stations) ")";
counter-increment: stations;
position: absolute;
right: 32px;
}
/* Payments */
.nav-tabs-payment { display: none; }
#payment_options .tab-content {
border-top: 1px solid #DA924E;
}
#nagad_payment, #rocket_payment { display: none; }
}