Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6068693
styles.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
5 KB
Referenced Files
None
Subscribers
None
styles.less
View Options
/**
* Roundcube webmail styles for the Elastic skin
*
* Copyright (c) 2017, The Roundcube Dev Team
*
* The contents are subject to the Creative Commons Attribution-ShareAlike
* License. It is allowed to copy, distribute, transmit and to adapt the work
* by keeping credits to the original authors in the README.md file.
* See http://creativecommons.org/licenses/by-sa/3.0/ for details.
*/
@
import
(
reference
)
"fontawesome"
;
@
import
(
reference
)
"colors"
;
/*** Fonts ***/
@
font-face
{
font-family
:
'Icons'
;
src
:
url
(
"../fonts/fontawesome.woff2"
)
format
(
'woff2'
),
url
(
"../fonts/fontawesome.woff"
)
format
(
'woff'
);
font-style
:
normal
;
font-weight
:
normal
;
font-variant
:
normal
;
text-decoration
:
inherit
;
text-transform
:
none
;
}
/* roboto-regular - greek-ext_greek_latin_cyrillic-ext_latin-ext_cyrillic */
@
font-face
{
font-family
:
'Roboto'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
local
(
'Roboto'
),
local
(
'Roboto-Regular'
),
url
(
'../fonts/roboto-v15-greek-ext_greek_latin_cyrillic-ext_latin-ext_cyrillic-regular.woff2'
)
format
(
'woff2'
),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url
(
'../fonts/roboto-v15-greek-ext_greek_latin_cyrillic-ext_latin-ext_cyrillic-regular.woff'
)
format
(
'woff'
);
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - greek-ext_greek_latin_cyrillic-ext_latin-ext_cyrillic */
@
font-face
{
font-family
:
'Roboto'
;
font-style
:
italic
;
font-weight
:
400
;
src
:
local
(
'Roboto Italic'
),
local
(
'Roboto-Italic'
),
url
(
'../fonts/roboto-v15-greek-ext_greek_latin_cyrillic-ext_latin-ext_cyrillic-italic.woff2'
)
format
(
'woff2'
),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url
(
'../fonts/roboto-v15-greek-ext_greek_latin_cyrillic-ext_latin-ext_cyrillic-italic.woff'
)
format
(
'woff'
);
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - greek-ext_greek_latin_cyrillic-ext_latin-ext_cyrillic */
@
font-face
{
font-family
:
'Roboto'
;
font-style
:
normal
;
font-weight
:
700
;
src
:
local
(
'Roboto Bold'
),
local
(
'Roboto-Bold'
),
url
(
'../fonts/roboto-v15-greek-ext_greek_latin_cyrillic-ext_latin-ext_cyrillic-700.woff2'
)
format
(
'woff2'
),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url
(
'../fonts/roboto-v15-greek-ext_greek_latin_cyrillic-ext_latin-ext_cyrillic-700.woff'
)
format
(
'woff'
);
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - greek-ext_greek_latin_cyrillic-ext_latin-ext_cyrillic */
@
font-face
{
font-family
:
'Roboto'
;
font-style
:
italic
;
font-weight
:
700
;
src
:
local
(
'Roboto Bold Italic'
),
local
(
'Roboto-BoldItalic'
),
url
(
'../fonts/roboto-v15-greek-ext_greek_latin_cyrillic-ext_latin-ext_cyrillic-700italic.woff2'
)
format
(
'woff2'
),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url
(
'../fonts/roboto-v15-greek-ext_greek_latin_cyrillic-ext_latin-ext_cyrillic-700italic.woff'
)
format
(
'woff'
);
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Reset some Bootstrap style */
body
,
button
,
input
,
optgroup
,
select
,
textarea
{
font-family
:
Roboto
,
sans-serif
;
}
button
,
input
,
select
,
textarea
{
line-height
:
initial
;
}
a
{
color
:
@
color
-
link
;
}
a
:
hover
{
color
:
@
color
-
link-hover
;
}
/*** Font-icons ***/
.
font-icon-class
{
font-size
:
1.25
em
;
/*
display: inline-block;
FIXME: with inline-block we have some problems with icon alignment
*/
display
:
block
;
float
:
left
;
margin
:
0
.25
rem
0
0
;
width
:
1.18
em
;
height
:
1
em
;
font-family
:
'Icons'
;
font-style
:
normal
;
font-weight
:
normal
;
text-decoration
:
inherit
;
text-align
:
center
;
speak
:
none
;
font-smoothing
:
antialiased
;
-moz-
osx-font-smoothing
:
grayscale
;
-webkit-
font-smoothing
:
antialiased
;
}
@
-webkit-keyframes
fa-spin
{
0
%
{
-webkit-
transform
:
rotate
(
0
deg
);
transform
:
rotate
(
0
deg
);
}
100
%
{
-webkit-
transform
:
rotate
(
359
deg
);
transform
:
rotate
(
359
deg
);
}
}
@
keyframes
fa-spin
{
0
%
{
-webkit-
transform
:
rotate
(
0
deg
);
transform
:
rotate
(
0
deg
);
}
100
%
{
-webkit-
transform
:
rotate
(
359
deg
);
transform
:
rotate
(
359
deg
);
}
}
.
animated-icon-class
()
{
-webkit-
animation
:
fa-spin
2
s
infinite
linear
;
animation
:
fa-spin
2
s
infinite
linear
;
}
@
import
"layout"
;
/*** Widgets ***/
@
import
"widgets/common"
;
@
import
"widgets/buttons"
;
@
import
"widgets/jqueryui"
;
@
import
"widgets/dialogs"
;
@
import
"widgets/taskmenu"
;
@
import
"widgets/messages"
;
@
import
"widgets/toolbar"
;
@
import
"widgets/searchbar"
;
@
import
"widgets/lists"
;
@
import
"widgets/forms"
;
@
import
"widgets/mail"
;
@
import
"widgets/googiespell"
;
/*** Login form ***/
.
task-login
#
layout
>
.
content
{
text-align
:
center
;
width
:
100
%
;
background
:
url
(
../images/watermark.jpg
)
center
-20
px
no-repeat
;
}
#
login-form
{
margin
:
auto
;
width
:
95
%
;
max-width
:
280
px
;
/* Fixes input width and position in IE11 */
.row
{
max-width
:
280
px
;
margin-right
:
0
;
margin-left
:
0
;
}
}
/*** Addressbook UI ***/
#
contacts-table
{
.contact.readonly
td
{
font-style
:
italic
;
}
td
.
action
{
/* TODO */
a
{
/* TODO */
}
}
span
.
email
{
display
:
inline
;
color
:
@
color
-
list-secondary
;
font-style
:
italic
;
margin-left
:
.5
em
;
}
}
#
contactpic
{
/* TODO: merge with file-upload? */
min-width
:
112
px
;
min-height
:
112
px
;
text-align
:
center
;
border-radius
:
5
px
;
overflow
:
hidden
;
img
{
max-width
:
112
px
;
max-height
:
135
px
;
}
}
#
contactphoto
{
/* TODO */
float
:
left
;
margin-right
:
.5
em
;
}
#
contacthead
{
/* TODO */
}
.
contactfieldgroup
{
/* TODO */
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 22, 5:38 AM (9 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
783316
Default Alt Text
styles.less (5 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment