-
Notifications
You must be signed in to change notification settings - Fork 149
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
1 parent
da181c9
commit 83b4a9b
Showing
53 changed files
with
13,193 additions
and
9,092 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,7 @@ | ||
/* Border Around */ | ||
input.qtranxs-translatable, textarea.qtranxs-translatable, div.qtranxs-translatable { | ||
outline: 2px solid #Color2 !important; | ||
} | ||
div.qtranxs-translatable div.mce-panel { | ||
margin-top: 2px | ||
} |
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 @@ | ||
/* Left Border */ | ||
input.qtranxs-translatable, textarea.qtranxs-translatable, div.qtranxs-translatable { | ||
box-shadow: -3px 0 #Color2 !important; | ||
} |
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,33 @@ | ||
/* Language Switching Buttons as Simple Horizontal Block */ | ||
|
||
.qtranxs-lang-switch-wrap | ||
{ | ||
//margin: 10px 0; | ||
margin: 0; | ||
} | ||
|
||
.qtranxs-lang-switch | ||
{ | ||
border: 1px solid #ccc; | ||
background-image: linear-gradient(to top,#e5e5e5,#f4f4f4); | ||
//margin-top: 2px; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
johnclause
Author
Member
|
||
//padding: 8px; | ||
padding: 0 0 2px 4px; | ||
margin: 0 4px 0 0; | ||
cursor: default; | ||
display: inline-block; | ||
} | ||
|
||
.qtranxs-lang-switch.active | ||
{ | ||
border-color: #888; | ||
background-image: none; | ||
background-color: #bbb; | ||
color: #555; | ||
} | ||
|
||
.qtranxs-lang-switch>* | ||
{ | ||
vertical-align: middle; | ||
margin-right: 4px; | ||
} |
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,52 @@ | ||
/* Language Switching Buttons as Simple Tabs */ | ||
|
||
.qtranxs-lang-switch-wrap { | ||
margin: 10px 0 10px; | ||
position: relative; | ||
} | ||
|
||
.qtranxs-lang-switch-wrap:before{ | ||
position: absolute; | ||
content: ' '; | ||
bottom:0; | ||
left:0; | ||
right:0; | ||
z-index: 1; | ||
border-bottom: 1px solid #ccc; | ||
} | ||
|
||
.qtranxs-lang-switch-wrap li.qtranxs-lang-switch{ | ||
position: relative; | ||
border-color: #ccc; | ||
padding: 5px 5px; | ||
cursor: pointer; | ||
position: relative; | ||
z-index: 2; | ||
background: none; | ||
margin-right: 2px; | ||
line-height: 1.42857143; | ||
border: 1px solid transparent; | ||
border-radius: 4px 4px 0 0; | ||
opacity: 0.8; | ||
display: inline-block; | ||
} | ||
|
||
.qtranxs-lang-switch-wrap li.qtranxs-lang-switch:hover{ | ||
background: #e0e0e0; | ||
opacity: 1; | ||
} | ||
|
||
.qtranxs-lang-switch-wrap li.qtranxs-lang-switch.active, | ||
.qtranxs-lang-switch-wrap li.qtranxs-lang-switch.active:focus, | ||
.qtranxs-lang-switch-wrap li.qtranxs-lang-switch.active:hover { | ||
color: #555; | ||
cursor: default; | ||
background-color: #f1f1f1; | ||
border: 1px solid #ccc; | ||
border-bottom-color: transparent; | ||
opacity: 1; | ||
} | ||
|
||
.qtranxs-lang-switch img { | ||
margin-right: 4px; | ||
} |
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,34 @@ | ||
/* Language Switching Buttons as Tabs in Black Block */ | ||
|
||
.qtranxs-lang-switch-wrap | ||
{ | ||
//margin: 10px 0; | ||
margin: 0; | ||
} | ||
|
||
.qtranxs-lang-switch | ||
{ | ||
padding: 3px 8px 5px 8px; | ||
margin: 6px 4px 0 4px; | ||
display: inline-block; | ||
} | ||
|
||
.qtranxs-lang-switch | ||
{ | ||
cursor: pointer; | ||
} | ||
|
||
.qtranxs-lang-switch>* | ||
{ | ||
vertical-align: middle; | ||
margin-right: 4px; | ||
} | ||
|
||
.qtranxs-lang-switch * | ||
{ | ||
vertical-align: middle; | ||
} | ||
|
||
.qtranxs-lang-switch img { | ||
margin-right: 4px; | ||
} |
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
This is not valid CSS, comments in CSS have to use the syntax /* */