hci-theme 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,124 @@
1
+ .bibsonomy {
2
+ #tags{
3
+ // margin-top:-20px;
4
+ }
5
+
6
+ #entrycount{
7
+
8
+ }
9
+
10
+ .item{
11
+ margin-bottom: 20px;
12
+ }
13
+
14
+ .year{
15
+ }
16
+
17
+ .yearTag{
18
+ font-weight: bold;
19
+ font-style: italic;
20
+ margin-top: 30px;
21
+ margin-bottom: 5px;
22
+ }
23
+
24
+ .bibtex {
25
+ //font-family: Courier, sans-serif;
26
+ font-size: small;
27
+ padding: 5px;
28
+ border: dotted 1px;
29
+ margin: 10px 5px;
30
+ white-space: pre-wrap;
31
+ max-width: 800px;
32
+ }
33
+
34
+ .abstract{
35
+ padding: 5px;
36
+ border: dotted 1px;
37
+ max-width: 800px;
38
+ margin: 10px 5px;
39
+ }
40
+
41
+ .pubtitle{
42
+ font-weight: bold;
43
+ }
44
+
45
+ .pubbooktitle{
46
+ font-style: italic;
47
+ }
48
+
49
+ .pubjournal{
50
+ font-style: italic;
51
+ }
52
+
53
+ .pubauthors{
54
+
55
+ }
56
+
57
+ .abstractLink{
58
+
59
+ }
60
+
61
+ .bibtexLink{
62
+
63
+ }
64
+
65
+ .bibInfo{
66
+ font-style: italic;
67
+ }
68
+
69
+ .fileLink{
70
+
71
+ }
72
+
73
+ #loadingImg{
74
+ margin: 20px;
75
+ }
76
+
77
+ a:link.acmAuthorized, a:visited.acmAuthorized{
78
+ color: rgba(106, 195, 62, 1.0);
79
+ }
80
+
81
+ a:link.acmUnAuthorized, a:visited.acmUnAuthorized{
82
+ /*color: rgba(217, 58, 60, 1.0);*/
83
+ }
84
+
85
+
86
+
87
+ a.acmUnAuthorized,a.acmAuthorized {outline:none;}
88
+ a.acmUnAuthorized strong,a.acmAuthorized strong {line-height:30px;}
89
+ a.acmUnAuthorized:hover,a.acmAuthorized:hover{text-decoration:none;}
90
+ a.acmUnAuthorized span,a.acmAuthorized span {
91
+ z-index: 10;
92
+ display: none;
93
+ padding:14px 20px;
94
+ margin-top: -30px;
95
+ margin-left: 28px;
96
+ width: 303px;
97
+ line-height: 16px;
98
+ }
99
+ a.acmUnAuthorized:hover span{
100
+ display: inline;
101
+ position: absolute;
102
+ color: #111;
103
+ border: 1px solid #DCA;
104
+ background: #FAC9C9;
105
+ }
106
+ a.acmAuthorized:hover span{
107
+ display: inline;
108
+ position: absolute;
109
+ color: #111;
110
+ border: 1px solid #DCA;
111
+ background: #E3FFDF;
112
+ }
113
+
114
+ /*CSS3 extras*/
115
+ a.acmUnAuthorized span,a.acmAuthorized span
116
+ {
117
+ border-radius: 4px;
118
+ box-shadow: 5px 5px 8px #CCC;
119
+ }
120
+
121
+ a + a {
122
+ margin-left: 10px;
123
+ }
124
+ }
@@ -0,0 +1,18 @@
1
+ $color-uw-blue: #004a8f;
2
+ $color-gray-background: #f4f7f7;
3
+ $color-text-primary: rgba(0, 0, 0, 0.65); // uni website
4
+ //$color-text-primary: rgba(0, 0, 0, 0.87); // google
5
+ $color-text-secondary: rgba(0, 0, 0, 0.54);
6
+ $color-disabled: rgba(0, 0, 0, 0.38);
7
+ //$color-divider: rgba(0, 0, 0, 0.12); // google
8
+ $color-divider: #eaecef;
9
+
10
+ $font-size-header: 19.5px;
11
+ $font-size-header-2: 18.0px;
12
+ $font-size-header-3: 16.0px;
13
+
14
+ $offset-xs: 5px;
15
+ $offset-sm: 10px;
16
+ $offset-md: 15px;
17
+ $offset-lg: 20px;
18
+ $offset-xl: 25px;
data/_sass/_icons.scss ADDED
@@ -0,0 +1,90 @@
1
+ @font-face {
2
+ font-family: 'fontello';
3
+ src: url('fonts/fontello.eot?91433183');
4
+ src: url('fonts/fontello.eot?91433183#iefix') format('embedded-opentype'),
5
+ url('fonts/fontello.woff2?91433183') format('woff2'),
6
+ url('fonts/fontello.woff?91433183') format('woff'),
7
+ url('fonts/fontello.ttf?91433183') format('truetype'),
8
+ url('fonts/fontello.svg?91433183#fontello') format('svg');
9
+ font-weight: normal;
10
+ font-style: normal;
11
+ }
12
+
13
+ /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
14
+ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
15
+ /*
16
+ @media screen and (-webkit-min-device-pixel-ratio:0) {
17
+ @font-face {
18
+ font-family: 'fontello';
19
+ src: url('fonts/fontello.svg?91433183#fontello') format('svg');
20
+ }
21
+ }
22
+ */
23
+
24
+ [class^="icon-"]:before,
25
+ [class*=" icon-"]:before {
26
+ font-family: "fontello";
27
+ font-style: normal;
28
+ font-weight: normal;
29
+ speak: none;
30
+
31
+ display: inline-block;
32
+ text-decoration: inherit;
33
+ width: 1em;
34
+ margin-right: .2em;
35
+ text-align: center;
36
+ /* opacity: .8; */
37
+
38
+ /* For safety - reset parent styles, that can break glyph codes*/
39
+ font-variant: normal;
40
+ text-transform: none;
41
+
42
+ /* fix buttons height, for twitter bootstrap */
43
+ line-height: 1em;
44
+
45
+ /* Animation center compensation - margins should be symmetric */
46
+ /* remove if not needed */
47
+ margin-left: .2em;
48
+
49
+ /* you can be more comfortable with increased icons size */
50
+ /* font-size: 120%; */
51
+
52
+ /* Font smoothing. That was taken from TWBS */
53
+ -webkit-font-smoothing: antialiased;
54
+ -moz-osx-font-smoothing: grayscale;
55
+
56
+ /* Uncomment for 3D effect */
57
+ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
58
+ }
59
+
60
+ .icon-right-open-top-item:before {
61
+ color: #004a8f;
62
+ content: '\e800';
63
+ }
64
+
65
+ /* '' */
66
+ .icon-right-open:before {
67
+ content: '\e800';
68
+ }
69
+
70
+ /* '' */
71
+ .icon-search:before {
72
+ content: '\e801';
73
+ }
74
+
75
+ /* '' */
76
+ .icon-minus-circled:before {
77
+ content: '\e802';
78
+ }
79
+
80
+ /* '' */
81
+ .icon-plus-circled:before {
82
+ content: '\e803';
83
+ }
84
+
85
+ /* '' */
86
+ .icon-menu:before {
87
+ content: '\f0c9';
88
+ }
89
+
90
+ /* '' */
data/_sass/_main.scss ADDED
@@ -0,0 +1,5 @@
1
+ @import "constants";
2
+ @import "icons";
3
+ @import "base";
4
+ @import "utilities";
5
+ @import "bibsonomy";
@@ -0,0 +1,25 @@
1
+ .u-width-50 {
2
+ width: 50%;
3
+ }
4
+
5
+ .u-row {
6
+ display: flex;
7
+ flex-direction: row;
8
+ }
9
+
10
+ .u-cursor-pointer {
11
+ cursor: pointer;
12
+ }
13
+
14
+ .u-centerContent {
15
+ display: flex;
16
+ justify-content: center;
17
+ }
18
+
19
+ .u-color-disabled {
20
+ color: $color-disabled;
21
+ }
22
+
23
+ .u-margin-bottom-10 {
24
+ margin-bottom: 10px;
25
+ }