HEX
Server: Apache/2.2.15 (CentOS)
System: Linux dot-k1-063.dothome.co.kr 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User: hackhan (1520)
PHP: 5.6.40
Disabled: passthru socket_create socket_accept
Upload Files
File: /host/home1/hackhan/html/wp-content/themes/galway-lite/rtl.css
/*
Theme Name: Galway Lite

Adding support for languages written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right-to-Left_Language_Support

*/

@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: right;
    }
}

.page-loaded .preloader {
    direction: ltr;
}

.entry-header .entry-title {
    text-align: right;
}

.top-bar .pull-left {
    float: right !important;
}

.top-bar .pull-right {
    float: left !important;
}

#top-menu li:first-child a {
    padding-left: 10px;
    padding-right: 0;
}

.main-navigation .icon-sidr {
    border-width: 0 0 0 1px;
    left: inherit;
    right: 0;
}

.main-navigation .icon-search {
    border-width: 0 1px 0 0;
    left: 0;
    right: inherit;
}

.sidr-open .switch input + div {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.main-navigation .menu ul > li {
    float: right;
}

.main-navigation .menu ul li i {
    padding-left: 0;
    padding-right: 10px;
}

.main-navigation .menu .menu-mobile {
    text-align: right;
}

.main-navigation .menu .menu-mobile li a {
    padding-left: 30px;
}

.main-navigation .menu .menu-mobile li a i {
    left: 0;
    right: inherit;
    padding: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    direction: ltr;
}

.read-more i {
    display: inline-block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.scroll-up {
    left: 30px;
    right: inherit;
}