Fixed social links at top of pages
[beagleboard.org.git] / static / client.css
blob4325da91ebe5da3d1a6c99f2fd641bdf37140031
1 /*
2 .dynlink {
3 background: none;
4 border: none;
5 color: blue;
6 cursor: pointer;
7 font-size: 1em;
8 margin: 0;
9 padding: 0;
10 text-align: left;
11 text-decoration: underline;
15 .ace_editor {
16 position: relative !important;
17 border: 1px solid lightgray;
18 margin: auto;
19 height: 300px;
20 width: 80%;
23 .ace_editor.fullScreen {
24 height: auto;
25 width: auto;
26 border: 0;
27 margin: 0;
28 position: fixed !important;
29 top: 0;
30 bottom: 0;
31 left: 0;
32 right: 0;
33 z-index: 10;
34 background: white;
37 .fullScreen {
38 overflow: hidden
41 .scrollmargin {
42 height: 500px;
43 text-align: center;
46 .large-button {
47 color: lightblue;
48 cursor: pointer;
49 font: 30px arial;
50 padding: 20px;
51 text-align: center;
52 border: medium solid transparent;
53 display: inline-block;
55 .large-button:hover {
56 border: medium solid lightgray;
57 border-radius: 10px 10px 10px 10px;
58 box-shadow: 0 0 12px 0 lightblue;