-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
66 lines (56 loc) · 3.63 KB
/
styles.css
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
/* Bitgrip presentation styles for Confluence */
/* Dark mode styles */
html[data-color-mode=dark][data-theme~=dark\:dark] {
color-scheme: dark;
--ds-text: #fff;
--ds-surface: #000;
}
/* Presenter mode container with Bitgrip logo */
#presenter-mode-container {
background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='30px' viewBox='0 0 325 50' style='enable-background:new 0 0 325 50;' xml:space='preserve'><style type='text/css'>.st0{fill:%23FFEC00;}.st1{fill:%2315B6C8;}.st2{fill:%23E82E43;}.st3{fill:%23FFFFFF;}</style><title>The Bitgrip Company Logo</title><g><g><path class='st0' d='M7,25.4L7,25.4V25v-0.3v0c0,0,4.2-0.7,23-19.6l-5-5L0,25l25,25l5-5C11.2,26.1,7,25.4,7,25.4z'></path><path class='st1' d='M83,24.6L83,24.6V25v0.3v0c0,0-4.2,0.7-23,19.6l5,5l25-25L65,0l-5,5C78.8,23.9,83,24.6,83,24.6z'></path><rect x='27.3' y='21.5' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -4.4975 39.1422)' class='st2' width='35.4' height='7.1'></rect></g><g class='svg-typo'><path class='st3' d='M110,8h23.6c6.9,0,10.3,2.8,10.3,8.2v0.1c0,3.9-1.9,6.3-5.5,7.1v0.4c4.3,0.8,6.5,3.5,6.5,7.8v0.1c0,6.1-3.6,9.2-10.8,9.2H110V8z M129.4,21c2.8,0,4.2-1.2,4.2-3.5v-0.1c0-2.3-1.4-3.5-4.2-3.5h-9v7H129.4z M129.6,35c3,0,4.6-1.4,4.6-4.1v-0.1c0-2.6-1.6-4-4.6-4h-9.3V35H129.6z'></path><path class='st3' d='M158.4,8v33H148V8H158.4z'></path><path class='st3' d='M172.9,15.1h-11.3V8h32.9v7.1h-11.3V41h-10.4V15.1z'></path><path class='st3' d='M195.7,24.5L195.7,24.5c0-11.4,6.5-17.1,19.6-17.1c11.4,0,17.5,3.8,18.5,11.1L223.1,20c-0.5-4.2-3.1-6.1-7.8-6.1c-6,0-8.9,3.3-8.9,10.3v0.4c0,7,2.8,10.4,8.6,10.4c4.9,0,7.7-2.5,8.4-6.9h-9.8v-6h20.6V41h-8.7c-0.1-1.9,0.2-4,1.3-7.9l-0.6-0.2c-2.4,5.8-7.3,8.8-14.7,8.8C201.1,41.6,195.7,35.9,195.7,24.5z'></path><path class='st3' d='M238.5,8h21.2c8.6,0,13,3.2,13,9.6v0.1c0,4.9-2.5,7.4-7.4,8.1v0.4c2.7,0.6,4,1.9,5,5.1l1,3.3c1,3.2,1.9,4.8,3.1,5.7l-0.1,0.6H263c-0.7-1.1-1.2-2.4-2-5.4l-0.8-3c-0.8-3-1.6-4.5-4.9-4.5h-6.5V41h-10.4V8z M257.1,22.5c3.5,0,5.2-1.1,5.2-4.1v-0.1c0-3.2-1.6-4.3-5-4.3h-8.4v8.5H257.1z'></path><path class='st3' d='M287.1,8v33h-10.4V8H287.1z'></path><path class='st3' d='M325,19.3L325,19.3c0,7.6-4.3,11.3-13.1,11.3h-10V41h-10.4V8h20.4C320.7,8,325,11.8,325,19.3z M314.5,19.4L314.5,19.4c0-3.6-1.8-5.3-5.5-5.3h-7.2v10.5h7.2C312.8,24.6,314.5,22.9,314.5,19.4z'></path></g></g></svg>");
background-repeat: no-repeat no-repeat;
background-position: left 2rem top 1.3rem;
background-size: auto;
background-attachment: fixed;
}
/* Typography styles */
body #presenter-mode-container,
#presenter-mode-title-text p,
#presenter-mode-title-text blockquote,
#presenter-mode-title-text ul,
#presenter-mode-title-text ol {
font-family: "PP Right Grotesk Text", sans-serif !important;
}
#presenter-mode-container h1,
#presenter-mode-container h2,
#presenter-mode-container h3,
#presenter-mode-container h4,
#presenter-mode-container h5,
#presenter-mode-container h6 {
font-family: "PPRightGrotesk-WideBold", "PPrg-wide", sans-serif !important;
}
/* Title text styles */
#presenter-mode-title-text h1 {
color: white !important;
}
/* Horizontal rule styling */
#presenter-mode-container hr {
margin: 10rem 0;
}
/* Example styling for presentation mode */
.confluence-presentation-mode {
/* Add your custom presentation styles here */
background-color: #ffffff;
font-family: 'Arial', sans-serif;
}
/* Presentation header styling */
.presentation-header {
padding: 20px;
}
/* Presentation content styling */
.presentation-content {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
/* Add more specific styles as needed */