summaryrefslogtreecommitdiff
path: root/css
AgeCommit message (Collapse)AuthorFilesLines
11 daysnavbar-center: center nav items for anonymous visitorsLester Caine1-0/+6
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 daysfisheye auto_flow: responsive thumb sizing overrides Bootstrap and site ↵Lester Caine1-2/+4
constraints Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 daysFix paginator layout: flexbox replaces float-based pull-left/pull-rightLester Caine1-0/+14
width:100% ensures paginator claims its own row inside any flex parent (fisheye-flow), making it visible regardless of div context. Flexbox justify-content:space-between replaces Bootstrap float layout so page buttons and goto-form stay on one line at normal widths. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 daysAdd 6-column breakpoint for .fisheye-flow at 1600pxLester Caine1-0/+5
Sites running fluid layout at 1600px+ get 6 columns (16.6667% width) in auto_flow galleries. No effect on other gallery types. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 daysAdd .fisheye-flow flex layout for auto_flow galleryLester Caine1-0/+17
Flex container with flex-wrap:wrap replaces the float+clear approach. Col-* items are flex children (float ignored), rows automatically equal-height. Gallery-box and gallery-img chain stretches to fill. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 daysAdd odd/even row colours and override table-striped; document header patternLester Caine1-0/+7
config.css: tr.odd (#d3d3d3) / tr.even (#a9a9a9) with visible contrast; override Bootstrap table-striped to same; table-hover to steel blue (#b8d4e8). CLAUDE.md: document standard blue header pattern (header element, floaticon include, breadcrumb include) and tango/tango5 icon copy rule. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-09themes: floaticon button styling and minifind form spacingLester Caine1-0/+15
btn-link buttons in floaticon get padding/border reset to match plain anchor icons. Go buttons retain Bootstrap padding (centred text). form-group and btn spacing within minifind forms. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07Remove duplicate ipackage attributes from biticon callsLester Caine1-0/+40
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06themes: add bootstrap.css.map for v3.3.7Lester Caine1-0/+1
The bootstrap.css sourceMappingURL reference was causing a 404 on every page load. Map file copied from ~/Development/bootstrap/dist/css/ which is the source of the v3.3.7 bootstrap.css. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04Move config.css to themes/css — retire config/css load pathLester Caine1-0/+532
config/css/config.css content moved to themes/css/config.css so config/css/ can be retired. Bootstrap .container width override (1170px → 1200px at min-width 1200px) added for correct top bar display. BitThemes loads from THEMES_PKG_PATH instead of CONFIG_PKG_PATH. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04Replace colourstrap with stock Bootstrap 3.3.7Lester Caine2-0/+6762
colourstrap was Bootstrap 3.3.7 minus Glyphicons plus silk-sprite icon block (~6145 lines) plus Font Awesome (~2844 lines). Both icon blocks are dead — all icons are served via biticon/tango image files. Stock bootstrap.css is identical in content (tabs vs spaces aside) once the icon layers are stripped. Glyphicons are now present again, fixing the password eye-toggle in login_inc.tpl which was silently broken. Radio/checkbox width:90% patch moved to forms.css where it belongs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02base.css: add tr.odd/tr.even for multi-row listing stripingLester Caine1-0/+6
nth-of-type striping cannot alternate correctly when listings emit multiple <tr> per logical row; explicit class-based rules handle it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine9-0/+0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16missing icon alias, but seriously concidering dropping back to biticon ↵lsces1-0/+1
rather than the hacked booticon for a properly managed full colour icon suite
2026-04-02Local copy of colourstrap.css and iconslsces2-0/+13646
2024-09-26rename antiquated bit- css classes and cookie to bw-spiderr2-4/+4
2022-03-04color admin icons orangespiderr1-0/+1
2021-10-27add border-none stylespiderr1-0/+2
2017-08-24add .display-blockspider@app21-0/+1
2017-01-12remove .navbar ul li defaultspider@dev1-1/+0
2016-09-19dont print URLsspider@app21-0/+3
2016-08-23remove LEGACY css; add .truncatespider@dev1-101/+4
2016-07-28add em spacings to base.cssspider@app21-0/+49
2016-06-21update structure-toc CSS for proper indentingspider@app11-1/+20
2015-12-07add link and display-noneturon1-0/+3
2015-10-09tweak floaticon padding locationturon1-1/+1
2015-09-27base.css tweaksturon1-0/+35
2015-09-27base.css tweaksturon1-2/+9
2015-06-01remove float on .floaticonspider1-1/+1
2015-05-01add table-cell display stylespider1-0/+1
2015-03-12add .strong to base.cssspider1-0/+2
2015-01-31add pinterest style vertical bit-columns CSSspider1-0/+32
2014-11-24add outer-glow css; tweak .highlightspider1-1/+4
2014-10-23add .width-autosanto spider1-1/+1
2014-10-20remove .right and .left which are too generic and conflict with bootsrapspider1-2/+4
2014-08-01mass reworking of structure editing using acisortableChristian Fowler1-5/+30
2014-06-18tweak default ul paddingspider1-0/+1
2014-06-17Merge branch 'master' of github.com:bitweaver/themesspider1-3/+29
2014-06-17use bootstrap panels for modulesspider1-4/+4
2014-06-09Additional default .css for fisheye and user layouts on BC3lsces1-3/+29
2014-05-29null maincontent padding on -fluid width sitesChristian Fowler1-0/+2
2014-05-29Merge branch 'master' of github.com:bitweaver/themesChristian Fowler1-1/+1
2014-05-29fix menu sort checkChristian Fowler1-1/+1
2014-05-29margin to static top headermodela bitweaver1-1/+1
2014-05-29update bootstrap v3 classesspider1-0/+1
2013-10-02add .margin-autospiderr1-0/+1
2013-07-03add generic .bold the base.cssspiderr1-0/+2
2013-06-24add alpha60 backgroundspiderr1-0/+24
2013-05-28tweak some icon stylingspiderr1-1/+1
2013-05-16clean up admin_layout_overviewspiderr1-1/+1