Changesets can be listed by changeset number.
The Git repository is here.
Changeset 492
Jan 2024 gallery updates
- Comitted by: rool
- Date: Sunday January 28 09:33:37 2024 (9 months ago)
Affected files:
rool/rails/gullery/trunk/public/stylesheets/site.css:
prev. | current | |
* Heavily based on the Gullery default theme. | ||
*/ | ||
6 | ||
6 | @import url("/css/risc_os_open_2024.css"); | |
input { | ||
color: black; | ||
... | ... | |
* Thumbnails | ||
******************************/ | ||
57 | ||
57 | #project_list, | |
#asset_list { | ||
list-style-type: none; | ||
margin: 0; padding: 0; | ||
} | ||
63 | ||
63 | #project_list li, | |
#asset_list li { | ||
float: left; | ||
margin-right: 10px; | ||
... | ... | |
min-height: 202px; | ||
} | ||
71 | ||
71 | #project_list img, | |
#asset_list img { | ||
display: block; | ||
margin-bottom: 5px; | ||
border: 1px solid black; | ||
} | ||
78 | ||
78 | #project_list li a:hover img, | |
#asset_list li a:hover img { | ||
border: 1px solid #E5FFD4; | ||
} | ||
83 | ||
83 | #project_list li small, | |
#asset_list li small { | ||
display: block; | ||
} | ||
... | ... | |
* Tools | ||
******************************/ | ||
92 | ||
92 | .toolbar { | |
background-color: #ada; | ||
padding-left: 10px; | ||
text-align: right; | ||
... | ... | |
display: inline; | ||
clear: none; | ||
} | ||
117 | ||
117 | .inplaceeditor-form input { | |
font-size: 0.8em; | ||
padding: 0.1em; | ||
margin: 0; | ||
} | ||
122 | ||
122 | .inplaceeditor-form input[type=text] { | |
width: 100px; | ||
} | ||
125 | ||
125 | .inplaceeditor-form textarea { | |
} | ||
128 | ||
128 | .inplaceeditor-form a { | |
font-size: 0.8em; | ||
} |