7 changed files with 268 additions and 56 deletions
Split View
Diff Options
-
1server/files/javascript/popup.js
-
2server/files/javascript/semantic.js
-
139server/files/stylesheets/doc-icon.css
-
5server/files/stylesheets/semantic.css
-
12server/layouts/default.html.eco
-
105src/definitions/modules/popup.less
-
60src/themes/packages/default/modules/popup.variables
139
server/files/stylesheets/doc-icon.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1,3 +1,61 @@ |
|||
/******************************* |
|||
Popup |
|||
*******************************/ |
|||
*******************************/ |
|||
|
|||
/*------------------- |
|||
Element |
|||
--------------------*/ |
|||
|
|||
@zIndex: 900; |
|||
@background: @white; |
|||
|
|||
@maxWidth: 250px; |
|||
@border: 1px solid rgba(0, 0, 0, 0.1); |
|||
@boxShadow: 0px 1px 2px rgba(0, 0, 0, 0.1); |
|||
@color: @textColor; |
|||
|
|||
@verticalPadding: 0.8em; |
|||
@horizontalPadding: 1.2em; |
|||
@fontWeight: normal; |
|||
@fontStyle: normal; |
|||
@borderRadius: 0.2em; |
|||
|
|||
/* Placement */ |
|||
@popupDistanceAway: @arrowSize; |
|||
@arrowDistanceFromEdge: 1em; |
|||
@boxArrowOffset: -5em; |
|||
|
|||
|
|||
/*------------------- |
|||
Parts |
|||
--------------------*/ |
|||
|
|||
/* Header */ |
|||
@headerFontFamily: @headerFont; |
|||
@headerFontSize: 1.125em; |
|||
@headerDistance: 0.5em; |
|||
@headerLineHeight: 1.2; |
|||
|
|||
|
|||
|
|||
@arrowSize: 0.75em; |
|||
@arrowBackground: @white; |
|||
@arrowZIndex: 2; |
|||
|
|||
@arrowOffset: -0.4em; |
|||
|
|||
@arrowShadowColor: rgba(0, 0, 0, 0.2); |
|||
@arrowStroke: 1px; |
|||
|
|||
@arrowBoxShadow: 1px 1px @arrowStroke @arrowShadowColor; |
|||
@leftArrowBoxShadow: 1px -1px @arrowStroke @arrowShadowColor; |
|||
@rightArrowBoxShadow: -1px 1px @arrowStroke @arrowShadowColor; |
|||
|
|||
/*------------------- |
|||
Coupling |
|||
--------------------*/ |
|||
|
|||
@popupButtonWidth: 100%; |
|||
|
|||
/* Sizes */ |
|||
@medium: 0.875rem; |
Write
Preview
Loading…
Cancel
Save