]>
luflow.net public git repositories - flow-web.git/blob - static/css/index.css
1 /* luflow.net web site */
2 /* Public domain 2025. All rights waived */
22 background-color: #3d3d3d;
24 url
('../img/checkerboard-bg.png'), url
('../img/featured-box-bg.png');
25 background-position: top
, bottom
;
26 background-repeat: repeat
, repeat-x
;
32 .featured-content > ul {
33 list-style-image: url
('../img/white-star.png');
39 .featured-content li {
44 background-color: #333;
46 url
('../img/depression-shadow-top.png'), url
('../img/noise-bg.png');
47 background-repeat: repeat-x
, repeat
;
59 padding: 40px 0px 0px 0px;
69 .screenshot-preview a
,
70 .screenshot-preview img {
75 .screenshot-preview-description {
80 .screenshot-preview
a:link
,
81 .screenshot-preview a:visited {
82 border-color: transparent
;
85 box-shadow: 0 0 4px gray
;
90 .screenshot-preview
a:active
,
91 .screenshot-preview
a:focus
,
92 .screenshot-preview a:hover {
94 box-shadow: 0 0 4px black
;
98 background-color: black
;
101 @media screen and
(min-width: 300px) {
102 .screenshot-inset-shadow {
104 box-shadow: inset
0 0 4px black
;
112 .screenshot-preview
a:active
.screenshot-inset-shadow
,
113 .screenshot-preview
a:focus
.screenshot-inset-shadow
,
114 .screenshot-preview a:hover .screenshot-inset-shadow {
119 @media screen and
(min-width: 480px) {
121 .button-big:visited {
122 display: inline-block
;
125 .screenshot-preview {
126 display: inline-block
;