File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 11@import url (fontawesome-all.min.css);
22
3+ # mathics_live_banner {
4+ display : block;
5+ position : absolute;
6+ top : 0 ;
7+ left : 10px ;
8+ z-index : 10 ;
9+ padding : 10px 50px 10px 10px ;
10+ color : # fff ;
11+ /*background: url('../images/blacktocat.png') #ff9000 no-repeat 95% 50%; */
12+ background : # 000000 ;
13+ font-weight : 700 ;
14+ box-shadow : 0 0 10px rgba (0 , 0 , 0 , .5 );
15+ border-bottom-left-radius : 2px ;
16+ border-bottom-right-radius : 2px ;
17+ }
18+
319# forkme_banner {
420 display : block;
521 position : absolute;
Original file line number Diff line number Diff line change 1616 <!-- Header -->
1717 < div id ="header_wrap " class ="outer ">
1818 < header id ="header " class ="inner ">
19+ < a id ="mathics_live_banner " href ="https://mathics3.github.io/Mathics3-live/ "> Try online</ a >
1920 < a id ="forkme_banner " href ="https://github.com/Mathics3 "> View on GitHub</ a >
2021 < div class ="content ">
2122 < h1 > < img id ="logo " src ="images/logo-heptatom.svg " alt ="Mathics logo " height ="50px "/> < a href ="# "> Mathics3</ a > </ h1 >
You can’t perform that action at this time.
0 commit comments