Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions ie.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
/* Welcome to Compass. Use this file to write IE specific override styles.
* Import this file using the following HTML or equivalent:
* <!--[if IE]>
* <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
* <![endif]--> */
.fixed-con {
z-index: 9724790009779558!important;
background-color: #f7f8fc;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-y: auto;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
z-index: 9724790009779!important;
top:0;
left:unset;
right:-5px;
display:none!important;
border-radius:50%;
border:2px solid gold;
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO{
width:80px;
height:80px;
}
/*hide google translate link | logo | banner-frame */
.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
display: none!important;
}
.goog-te-gadget {
color: transparent!important;
font-size:0px;
}

.goog-text-highlight {
background: none !important;
box-shadow: none !important;
}

/*google translate Dropdown */

#google_translate_element {
position: fixed;
top: 20px;
right: 20px;
z-index: 9999;
}

#google_translate_element select {
display: inline;
background: #e8ca6f;
color: #161619;
border: none;
border-radius: 10px;
padding: 6px 8px;
}

#google_translate_element select:hover {
background: #f7d890; /* Update with the desired hover background color */
}

Loading