This repository was archived by the owner on Sep 19, 2022. It is now read-only.
forked from simplesamlphp/simplesamlphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault-rtl.css
More file actions
174 lines (158 loc) · 2.95 KB
/
Copy pathdefault-rtl.css
File metadata and controls
174 lines (158 loc) · 2.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
/* these styles are in the head of this page because this is a unique page */
/* THE BIG GUYS */
html {
direction: rtl;
}
#header{
background: linear-gradient(-141deg, #b8002c 0%, #db0100 51%, #e8410c 75%);
}
#footer{
background: linear-gradient(-141deg, #b8002c 0%, #db0100 51%, #e8410c 75%);
}
/* LISTS */
ul {
margin: .3em 2em 1.5em 0;
}
li {
margin-right: 2em;
}
/* TYPOGRAPHY */
dl dd {
margin-right: 3em;
}
.efieldlist {
border-right: 1px solid #e6e6e6;
}
div.caution {
padding: .2em 60px .2em .2em;
background-position: right;
}
th.rowtitle {
text-align: right;
}
.enablebox table {
margin-right: 1em;
}
.enablebox.mini table {
float: left;
}
.enablebox tr td {
padding: .5px .5em 1px 1em;
}
/* Attribute presentation in example page */
table.attributes td.attrname {
text-align: left;
}
fieldset.fancyfieldset {
margin: 2em 0px 1em 1em;
}
fieldset.fancyfieldset legend {
margin-right: 2em;
}
/* Reverse Float Left <-> Right */
.right {
float: left;
}
.left {
float: right;
}
.v-center-right{
right: 0;
}
.logo-footer-right{
left:0;
right: auto;
}
.message-box {
border-left-style: initial;
order-left-width: 0;
border-left-color: none;
border-right-style: solid;
border-right-width: 0.3125rem;
}
.message-box.error{
border-right-color: #cc4b37;
}
.message-box.success{
border-right-color: #46cc48;
}
.code-box-title .clipboard-btn {
right: auto;
left: 0;
margin-left: 4px;
margin-right: auto;
}
/*selectize elements*/
div .item{
float: right;
}
.selectize-input{
padding-right:8px;
}
.selectize-input:after{
transform: translate(-8px, 0);
}
/*purecss elements*/
.pure-form-aligned .pure-control-group label {
text-align: left;
margin: 0 0 0 1em;
}
@media only screen and (max-width : 480px) {
.pure-form-aligned .pure-control-group label {
text-align: right;
}
}
.pure-form-aligned .pure-controls {
margin: 1.5em 11em 0 0;
}
.pure-form .pure-help-inline,
.pure-form-message-inline {
padding-left: 0;
padding-right: 0.3em;
}
.pure-select{
float: left;
}
.pure-table-attributes ul{
margin:0;
}
.pure-table-attributes li{
margin:0;
}
/* language side menu on medium and small screens*/
#layout.active #menu {
right: initial;
left: 11em;
}
#layout.active .menu-link {
right: initial;
left: 11em;
}
#menu {
right: initial;
margin-right: 0;
margin-left: -11em; /* "#menu" width */
left: 0;
}
#menu a {
padding: 0.6em 0.6em 0.6em 0em;
}
.menu-link {
right: initial;
left: 0; /* "#menu width" */
}
/* -- Responsive Styles (Media Queries) ------------------------------------- */
@media screen and (max-width: 0em), screen and (min-width: 40em) {
#layout.active {
right: auto;
left: 11em;
}
#menuLink.menu-link.active {
right: auto;
left: 13em;
}
#foot.active {
margin-right: auto;
margin-left: 11em;
}
}